Html Css Color HEX #57060F Bordeaux

📋 copy color: '#57060F'

red 87 ◦ green 6 ◦ blue 15

#57060F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #57060F

Tints of Bordeaux #57060F

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 value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57060F (or 0x57060F) is known color: 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

RGB 87 6 15 -
CMYK 0 0.93 0.83 0.66
HSL 353.33º 0.87% 0.18% -
HSV(B) 353.33º 0.93% 0.34% -
XYZ 4.08 2.19 0.66 -
YUV 31.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 87 6 15 0 0.93 0.83 0.66 353.33 0.87 0.18
Hex 57 6 F 0 5D 53 42 161 57 12
Octal 127 6 17 0 135 123 102 541 127 22
Binary 1010111 110 1111 0 1011101 1010011 1000010 101100001 1010111 10010

Color Harmonies of #57060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57060F

Black with #57060F

Text Example


Text Example

White with #57060F

Text Example


Text Example

HTML Codes & Css Web 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>