Html Css Color HEX #570813 Bordeaux

📋 copy color: '#570813'

red 87 ◦ green 8 ◦ blue 19

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

Shades of Bordeaux #570813

Tints of Bordeaux #570813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.67%

R = 76.32%
G = 7.02%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#570813 (or 0x570813) is known color: Bordeaux. HEX triplet: 57, 08 and 13. RGB value is (87,8,19). Sum of RGB (Red+Green+Blue) = 87+8+19=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #570813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570813 is #A8F7EC. Grayscale: #202020. Windows color (decimal): -11073517 or 1247319. OLE color: 1247319.

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

Color convert

RGB 87 8 19 -
CMYK 0 0.91 0.78 0.66
HSL 351.65º 0.83% 0.19% -
HSV(B) 351.65º 0.91% 0.34% -
XYZ 4.13 2.25 0.83 -
YUV 32.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 87 8 19 0 0.91 0.78 0.66 351.65 0.83 0.19
Hex 57 8 13 0 5B 4E 42 160 53 13
Octal 127 10 23 0 133 116 102 540 123 23
Binary 1010111 1000 10011 0 1011011 1001110 1000010 101100000 1010011 10011

Color Harmonies of #570813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570813

Black with #570813

Text Example


Text Example

White with #570813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570813; }

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

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

background-color css

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

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

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

border-color css

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

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

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