Html Css Color HEX #570712 Bordeaux

📋 copy color: '#570712'

red 87 ◦ green 7 ◦ blue 18

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

Shades of Bordeaux #570712

Tints of Bordeaux #570712

RGB

 RED value IS 87 (34.38% from 255) = 77.68%

 GREEN value IS 7 (3.13% from 255) = 6.25%

 BLUE value IS 18 (7.42% from 255) = 16.07%

R = 77.68%
G = 6.25%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#570712 (or 0x570712) is known color: Bordeaux. HEX triplet: 57, 07 and 12. RGB value is (87,7,18). Sum of RGB (Red+Green+Blue) = 87+7+18=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #570712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570712 is #A8F8ED. Grayscale: #202020. Windows color (decimal): -11073774 or 1181527. OLE color: 1181527.

HSL color Cylindrical-coordinate representation of color #570712: hue angle of 351.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570712 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 7 18 -
CMYK 0 0.92 0.79 0.66
HSL 351.75º 0.85% 0.18% -
HSV(B) 351.75º 0.92% 0.34% -
XYZ 4.12 2.22 0.78 -
YUV 32.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 87 7 18 0 0.92 0.79 0.66 351.75 0.85 0.18
Hex 57 7 12 0 5C 4F 42 160 55 12
Octal 127 7 22 0 134 117 102 540 125 22
Binary 1010111 111 10010 0 1011100 1001111 1000010 101100000 1010101 10010

Color Harmonies of #570712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570712

Black with #570712

Text Example


Text Example

White with #570712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570712; }

 p { color: rgb(87,7,18); }

 H1.HeaderClassName
 {
   color: #570712;
 }
 .AnyTagClassName
 {
   color: #570712;
 }
</style>

background-color css

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

 a { background-color: rgb(87,7,18); }

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

border-color css

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

 span { border-color: rgb(87,7,18); }

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