Html Css Color HEX #570513 Bordeaux

📋 copy color: '#570513'

red 87 ◦ green 5 ◦ blue 19

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

Shades of Bordeaux #570513

Tints of Bordeaux #570513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.5%

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

R = 78.38%
G = 4.5%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#570513 (or 0x570513) is known color: Bordeaux. HEX triplet: 57, 05 and 13. RGB value is (87,5,19). Sum of RGB (Red+Green+Blue) = 87+5+19=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #570513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570513 is #A8FAEC. Grayscale: #1F1F1F. Windows color (decimal): -11074285 or 1246551. OLE color: 1246551.

HSL color Cylindrical-coordinate representation of color #570513: hue angle of 349.76º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570513 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 5 19 -
CMYK 0 0.94 0.78 0.66
HSL 349.76º 0.89% 0.18% -
HSV(B) 349.76º 0.94% 0.34% -
XYZ 4.1 2.18 0.82 -
YUV 31.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 87 5 19 0 0.94 0.78 0.66 349.76 0.89 0.18
Hex 57 5 13 0 5E 4E 42 15E 59 12
Octal 127 5 23 0 136 116 102 536 131 22
Binary 1010111 101 10011 0 1011110 1001110 1000010 101011110 1011001 10010

Color Harmonies of #570513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570513

Black with #570513

Text Example


Text Example

White with #570513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570513; }

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

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

background-color css

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

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

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

border-color css

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

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

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