Html Css Color HEX #571D29 Bordeaux

📋 copy color: '#571D29'

red 87 ◦ green 29 ◦ blue 41

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

Shades of Bordeaux #571D29

Tints of Bordeaux #571D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.47%

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

R = 55.41%
G = 18.47%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#571D29 (or 0x571D29) is known color: Bordeaux. HEX triplet: 57, 1D and 29. RGB value is (87,29,41). Sum of RGB (Red+Green+Blue) = 87+29+41=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #571D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D29 is #A8E2D6. Grayscale: #2F2F2F. Windows color (decimal): -11068119 or 2694487. OLE color: 2694487.

HSL color Cylindrical-coordinate representation of color #571D29: hue angle of 347.59º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #571D29 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 29 41 -
CMYK 0 0.67 0.53 0.66
HSL 347.59º 0.5% 0.23% -
HSV(B) 347.59º 0.67% 0.34% -
XYZ 4.77 3.07 2.44 -
YUV 47.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 87 29 41 0 0.67 0.53 0.66 347.59 0.5 0.23
Hex 57 1D 29 0 43 35 42 15C 32 17
Octal 127 35 51 0 103 65 102 534 62 27
Binary 1010111 11101 101001 0 1000011 110101 1000010 101011100 110010 10111

Color Harmonies of #571D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D29

Black with #571D29

Text Example


Text Example

White with #571D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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