#530715

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

Shades of Bordeaux #530715

Tints of Bordeaux #530715

Color information

#530715 (or 0x530715) is unknown color: approx Bordeaux. HEX triplet: 53, 07 and 15. RGB value is (83,7,21). Sum of RGB (Red+Green+Blue) = 83+7+21=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530715 is #ACF8EA. Grayscale: #1F1F1F. Windows color (decimal): -11335915 or 1378131. OLE color: 1378131.

HSL color Cylindrical-coordinate representation of color #530715: hue angle of 348.95º 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 #530715 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB83721-
CMYK00.920.750.67
HSL348.95º84.44%17.65%-
HSV(B)348.95º91.57%32.55%-
XYZ3.782.050.91-
YUV31.32122.18164.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.77%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=74.77%
G=6.31%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8372100.920.750.67348.9584.4417.65
Hex5371505C4B4315d5412
Octal123725013411310353512422
Binary1010011111101010101110010010111000011101011101101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530715; }

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

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

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

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

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

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

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

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