Html Css Color HEX #571929 Bordeaux

📋 copy color: '#571929'

red 87 ◦ green 25 ◦ blue 41

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

Shades of Bordeaux #571929

Tints of Bordeaux #571929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.34%

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 56.86%
G = 16.34%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#571929 (or 0x571929) is known color: Bordeaux. HEX triplet: 57, 19 and 29. RGB value is (87,25,41). Sum of RGB (Red+Green+Blue) = 87+25+41=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #571929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571929 is #A8E6D6. Grayscale: #2D2D2D. Windows color (decimal): -11069143 or 2693463. OLE color: 2693463.

HSL color Cylindrical-coordinate representation of color #571929: hue angle of 344.52º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #571929 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 41 -
CMYK 0 0.71 0.53 0.66
HSL 344.52º 0.55% 0.22% -
HSV(B) 344.52º 0.71% 0.34% -
XYZ 4.68 2.88 2.41 -
YUV 45.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 87 25 41 0 0.71 0.53 0.66 344.52 0.55 0.22
Hex 57 19 29 0 47 35 42 159 37 16
Octal 127 31 51 0 107 65 102 531 67 26
Binary 1010111 11001 101001 0 1000111 110101 1000010 101011001 110111 10110

Color Harmonies of #571929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571929

Black with #571929

Text Example


Text Example

White with #571929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571929; }

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

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

background-color css

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

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

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

border-color css

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

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

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