Html Css Color HEX #570811 Bordeaux

📋 copy color: '#570811'

red 87 ◦ green 8 ◦ blue 17

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

Shades of Bordeaux #570811

Tints of Bordeaux #570811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.14%

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

R = 77.68%
G = 7.14%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#570811 (or 0x570811) is known color: Bordeaux. HEX triplet: 57, 08 and 11. RGB value is (87,8,17). Sum of RGB (Red+Green+Blue) = 87+8+17=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #570811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570811 is #A8F7EE. Grayscale: #202020. Windows color (decimal): -11073519 or 1116247. OLE color: 1116247.

HSL color Cylindrical-coordinate representation of color #570811: hue angle of 353.16º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570811 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 8 17 -
CMYK 0 0.91 0.80 0.66
HSL 353.16º 0.83% 0.19% -
HSV(B) 353.16º 0.91% 0.34% -
XYZ 4.12 2.24 0.75 -
YUV 32.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 87 8 17 0 0.91 0.80 0.66 353.16 0.83 0.19
Hex 57 8 11 0 5B 50 42 161 53 13
Octal 127 10 21 0 133 120 102 541 123 23
Binary 1010111 1000 10001 0 1011011 1010000 1000010 101100001 1010011 10011

Color Harmonies of #570811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570811

Black with #570811

Text Example


Text Example

White with #570811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570811; }

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

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

background-color css

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

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

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

border-color css

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

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

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