#57030F

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

Shades of Bordeaux #57030F

Tints of Bordeaux #57030F

Color information

#57030F (or 0x57030F) is unknown color: approx Bordeaux. HEX triplet: 57, 03 and 0F. RGB value is (87,3,15). Sum of RGB (Red+Green+Blue) = 87+3+15=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #57030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57030F is #A8FCF0. Grayscale: #1D1D1D. Windows color (decimal): -11074801 or 983895. OLE color: 983895.

HSL color Cylindrical-coordinate representation of color #57030F: hue angle of 351.43º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57030F is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB87315-
CMYK00.970.830.66
HSL351.43º93.33%17.65%-
HSV(B)351.43º96.55%34.12%-
XYZ4.052.130.65-
YUV29.48119.83169.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.86%
GREEN value IS 3 (1.56% from 255) = 2.86%
BLUE value IS 15 (6.25% from 255) = 14.29%
R=82.86%
G=2.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8731500.970.830.66351.4393.3317.65
Hex573F061534215f5d12
Octal127317014112310253713522
Binary10101111111110110000110100111000010101011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57030F; }

 p { color: rgb(87,3,15); }

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

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

 a { background-color: rgb(87,3,15); }

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

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

 span { border-color: rgb(87,3,15); }

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