Html Css Color HEX #570815 Bordeaux

📋 copy color: '#570815'

red 87 ◦ green 8 ◦ blue 21

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

Shades of Bordeaux #570815

Tints of Bordeaux #570815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.1%

R = 75%
G = 6.9%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#570815 (or 0x570815) is known color: Bordeaux. HEX triplet: 57, 08 and 15. RGB value is (87,8,21). Sum of RGB (Red+Green+Blue) = 87+8+21=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #570815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570815 is #A8F7EA. Grayscale: #212121. Windows color (decimal): -11073515 or 1378391. OLE color: 1378391.

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

Color convert

RGB 87 8 21 -
CMYK 0 0.91 0.76 0.66
HSL 350.13º 0.83% 0.19% -
HSV(B) 350.13º 0.91% 0.34% -
XYZ 4.15 2.25 0.93 -
YUV 33.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 87 8 21 0 0.91 0.76 0.66 350.13 0.83 0.19
Hex 57 8 15 0 5B 4C 42 15E 53 13
Octal 127 10 25 0 133 114 102 536 123 23
Binary 1010111 1000 10101 0 1011011 1001100 1000010 101011110 1010011 10011

Color Harmonies of #570815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570815

Black with #570815

Text Example


Text Example

White with #570815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570815; }

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

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

background-color css

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

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

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

border-color css

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

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

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