#530312

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

Shades of Bordeaux #530312

Tints of Bordeaux #530312

Color information

#530312 (or 0x530312) is unknown color: approx Bordeaux. HEX triplet: 53, 03 and 12. RGB value is (83,3,18). Sum of RGB (Red+Green+Blue) = 83+3+18=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #530312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530312 is #ACFCED. Grayscale: #1C1C1C. Windows color (decimal): -11336942 or 1180499. OLE color: 1180499.

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

Color convert

RGB83318-
CMYK00.960.780.67
HSL348.75º93.02%16.86%-
HSV(B)348.75º96.39%32.55%-
XYZ3.711.950.75-
YUV28.63122166.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.81%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=79.81%
G=2.88%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8331800.960.780.67348.7593.0216.86
Hex533120604E4315d5d11
Octal123322014011610353513521
Binary101001111100100110000010011101000011101011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530312; }

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

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

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

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

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

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

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

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