#530412

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

Shades of Bordeaux #530412

Tints of Bordeaux #530412

Color information

#530412 (or 0x530412) is unknown color: approx Bordeaux. HEX triplet: 53, 04 and 12. RGB value is (83,4,18). Sum of RGB (Red+Green+Blue) = 83+4+18=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #530412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530412 is #ACFBED. Grayscale: #1D1D1D. Windows color (decimal): -11336686 or 1180755. OLE color: 1180755.

HSL color Cylindrical-coordinate representation of color #530412: hue angle of 349.37º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530412 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB83418-
CMYK00.950.780.67
HSL349.37º90.8%17.06%-
HSV(B)349.37º95.18%32.55%-
XYZ3.721.970.76-
YUV29.22121.67166.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.05%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=79.05%
G=3.81%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8341800.950.780.67349.3790.817.06
Hex5341205F4E4315d5b11
Octal123422013711610353513321
Binary1010011100100100101111110011101000011101011101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530412; }

 p { color: rgb(83,4,18); }

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

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

 a { background-color: rgb(83,4,18); }

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

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

 span { border-color: rgb(83,4,18); }

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