Html Css Color HEX #570611 Bordeaux

📋 copy color: '#570611'

red 87 ◦ green 6 ◦ blue 17

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

Shades of Bordeaux #570611

Tints of Bordeaux #570611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.45%

R = 79.09%
G = 5.45%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#570611 (or 0x570611) is known color: Bordeaux. HEX triplet: 57, 06 and 11. RGB value is (87,6,17). Sum of RGB (Red+Green+Blue) = 87+6+17=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #570611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570611 is #A8F9EE. Grayscale: #1F1F1F. Windows color (decimal): -11074031 or 1115735. OLE color: 1115735.

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

Color convert

RGB 87 6 17 -
CMYK 0 0.93 0.80 0.66
HSL 351.85º 0.87% 0.18% -
HSV(B) 351.85º 0.93% 0.34% -
XYZ 4.1 2.2 0.74 -
YUV 31.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 87 6 17 0 0.93 0.80 0.66 351.85 0.87 0.18
Hex 57 6 11 0 5D 50 42 160 57 12
Octal 127 6 21 0 135 120 102 540 127 22
Binary 1010111 110 10001 0 1011101 1010000 1000010 101100000 1010111 10010

Color Harmonies of #570611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570611

Black with #570611

Text Example


Text Example

White with #570611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570611; }

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

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

background-color css

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

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

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

border-color css

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

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

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