Html Css Color HEX #570013 Bordeaux

📋 copy color: '#570013'

red 87 ◦ green 0 ◦ blue 19

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

Shades of Bordeaux #570013

Tints of Bordeaux #570013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.08%
G = 0%
B = 17.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#570013 (or 0x570013) is known color: Bordeaux. HEX triplet: 57, 00 and 13. RGB value is (87,0,19). Sum of RGB (Red+Green+Blue) = 87+0+19=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #570013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570013 is #A8FFEC. Grayscale: #1C1C1C. Windows color (decimal): -11075565 or 1245271. OLE color: 1245271.

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

Color convert

RGB 87 0 19 -
CMYK 0 1 0.78 0.66
HSL 346.9º 1% 0.17% -
HSV(B) 346.9º 1% 0.34% -
XYZ 4.05 2.07 0.8 -
YUV 28.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 87 0 19 0 1 0.78 0.66 346.9 1 0.17
Hex 57 0 13 0 64 4E 42 15B 64 11
Octal 127 0 23 0 144 116 102 533 144 21
Binary 1010111 0 10011 0 1100100 1001110 1000010 101011011 1100100 10001

Color Harmonies of #570013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570013

Black with #570013

Text Example


Text Example

White with #570013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570013; }

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

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

background-color css

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

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

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

border-color css

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

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

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