#530114

Color #530114 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #530114

Tints of Bordeaux #530114

Color information

#530114 (or 0x530114) is unknown color: approx Bordeaux. HEX triplet: 53, 01 and 14. RGB value is (83,1,20). Sum of RGB (Red+Green+Blue) = 83+1+20=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #530114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530114 is #ACFEEB. Grayscale: #1B1B1B. Windows color (decimal): -11337452 or 1311059. OLE color: 1311059.

HSL color Cylindrical-coordinate representation of color #530114: hue angle of 346.1º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530114 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB83120-
CMYK00.990.760.67
HSL346.1º97.62%16.47%-
HSV(B)346.1º98.8%32.55%-
XYZ3.71.910.84-
YUV27.68123.67167.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 79.81%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=79.81%
G=0.96%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8312000.990.760.67346.197.6216.47
Hex531140634C4315a6210
Octal123124014311410353214220
Binary10100111101000110001110011001000011101011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530114; }

 p { color: rgb(83,1,20); }

 H1.HeaderClassName
 {
   color: #530114;
 }
 .AnyTagClassName
 {
   color: #530114;
 }
</style>
background-color css

<style>
 a { background-color: #530114; }

 a { background-color: rgb(83,1,20); }

 div.DivClassName
 {
   background-color: #530114;
 }
 .BgClassName
 {
   background-color: #530114;
 }
</style>
border-color css

<style>
 span { border-color: #530114; }

 span { border-color: rgb(83,1,20); }

 td.TdClassName
 {
   border-color: #530114;
 }
 .TagClassName
 {
   border-color: #530114;
 }
</style>