#530512

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

Shades of Bordeaux #530512

Tints of Bordeaux #530512

Color information

#530512 (or 0x530512) is unknown color: approx Bordeaux. HEX triplet: 53, 05 and 12. RGB value is (83,5,18). Sum of RGB (Red+Green+Blue) = 83+5+18=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #530512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530512 is #ACFAED. Grayscale: #1D1D1D. Windows color (decimal): -11336430 or 1181011. OLE color: 1181011.

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

Color convert

RGB83518-
CMYK00.940.780.67
HSL350º88.64%17.25%-
HSV(B)350º93.98%32.55%-
XYZ3.731.990.76-
YUV29.8121.34165.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 78.30%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=78.30%
G=4.72%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8351800.940.780.6735088.6417.25
Hex5351205E4E4315e5911
Octal123522013611610353613121
Binary1010011101100100101111010011101000011101011110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530512; }

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

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

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

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

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

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

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

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