Html Css Color HEX #571119 Bordeaux

📋 copy color: '#571119'

red 87 ◦ green 17 ◦ blue 25

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

Shades of Bordeaux #571119

Tints of Bordeaux #571119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.18%

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 67.44%
G = 13.18%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#571119 (or 0x571119) is known color: Bordeaux. HEX triplet: 57, 11 and 19. RGB value is (87,17,25). Sum of RGB (Red+Green+Blue) = 87+17+25=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #571119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571119 is #A8EEE6. Grayscale: #262626. Windows color (decimal): -11071207 or 1642839. OLE color: 1642839.

HSL color Cylindrical-coordinate representation of color #571119: hue angle of 353.14º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571119 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 25 -
CMYK 0 0.80 0.71 0.66
HSL 353.14º 0.67% 0.2% -
HSV(B) 353.14º 0.8% 0.34% -
XYZ 4.31 2.5 1.17 -
YUV 38.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 87 17 25 0 0.80 0.71 0.66 353.14 0.67 0.2
Hex 57 11 19 0 50 47 42 161 43 14
Octal 127 21 31 0 120 107 102 541 103 24
Binary 1010111 10001 11001 0 1010000 1000111 1000010 101100001 1000011 10100

Color Harmonies of #571119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571119

Black with #571119

Text Example


Text Example

White with #571119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571119; }

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

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

background-color css

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

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

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

border-color css

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

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

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