#57060F

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

Shades of Bordeaux #57060F

Tints of Bordeaux #57060F

Color information

#57060F (or 0x57060F) is unknown color: approx Bordeaux. HEX triplet: 57, 06 and 0F. RGB value is (87,6,15). Sum of RGB (Red+Green+Blue) = 87+6+15=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #57060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57060F is #A8F9F0. Grayscale: #1F1F1F. Windows color (decimal): -11074033 or 984663. OLE color: 984663.

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

Color convert

RGB87615-
CMYK00.930.830.66
HSL353.33º87.1%18.24%-
HSV(B)353.33º93.1%34.12%-
XYZ4.082.190.66-
YUV31.24118.84167.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 80.56%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=80.56%
G=5.56%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8761500.930.830.66353.3387.118.24
Hex576F05D53421615712
Octal127617013512310254112722
Binary101011111011110101110110100111000010101100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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