Html Css Color HEX #570612 Bordeaux

📋 copy color: '#570612'

red 87 ◦ green 6 ◦ blue 18

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

Shades of Bordeaux #570612

Tints of Bordeaux #570612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.41%

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

R = 78.38%
G = 5.41%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#570612 (or 0x570612) is known color: Bordeaux. HEX triplet: 57, 06 and 12. RGB value is (87,6,18). Sum of RGB (Red+Green+Blue) = 87+6+18=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #570612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570612 is #A8F9ED. Grayscale: #1F1F1F. Windows color (decimal): -11074030 or 1181271. OLE color: 1181271.

HSL color Cylindrical-coordinate representation of color #570612: hue angle of 351.11º 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 #570612 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 6 18 -
CMYK 0 0.93 0.79 0.66
HSL 351.11º 0.87% 0.18% -
HSV(B) 351.11º 0.93% 0.34% -
XYZ 4.1 2.2 0.78 -
YUV 31.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 87 6 18 0 0.93 0.79 0.66 351.11 0.87 0.18
Hex 57 6 12 0 5D 4F 42 15F 57 12
Octal 127 6 22 0 135 117 102 537 127 22
Binary 1010111 110 10010 0 1011101 1001111 1000010 101011111 1010111 10010

Color Harmonies of #570612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570612

Black with #570612

Text Example


Text Example

White with #570612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570612; }

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

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

background-color css

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

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

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

border-color css

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

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

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