#530712

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

Shades of Bordeaux #530712

Tints of Bordeaux #530712

Color information

#530712 (or 0x530712) is unknown color: approx Bordeaux. HEX triplet: 53, 07 and 12. RGB value is (83,7,18). Sum of RGB (Red+Green+Blue) = 83+7+18=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530712 is #ACF8ED. Grayscale: #1F1F1F. Windows color (decimal): -11335918 or 1181523. OLE color: 1181523.

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

Color convert

RGB83718-
CMYK00.920.780.67
HSL351.32º84.44%17.65%-
HSV(B)351.32º91.57%32.55%-
XYZ3.752.030.77-
YUV30.98120.68165.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 7 (3.12% from 255) = 6.48%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=76.85%
G=6.48%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8371800.920.780.67351.3284.4417.65
Hex5371205C4E4315f5412
Octal123722013411610353712422
Binary1010011111100100101110010011101000011101011111101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530712; }

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

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

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

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

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

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

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

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