Html Css Color HEX #571C29 Bordeaux

📋 copy color: '#571C29'

red 87 ◦ green 28 ◦ blue 41

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

Shades of Bordeaux #571C29

Tints of Bordeaux #571C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.95%

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

R = 55.77%
G = 17.95%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#571C29 (or 0x571C29) is known color: Bordeaux. HEX triplet: 57, 1C and 29. RGB value is (87,28,41). Sum of RGB (Red+Green+Blue) = 87+28+41=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #571C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C29 is #A8E3D6. Grayscale: #2F2F2F. Windows color (decimal): -11068375 or 2694231. OLE color: 2694231.

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

Color convert

RGB 87 28 41 -
CMYK 0 0.68 0.53 0.66
HSL 346.78º 0.51% 0.23% -
HSV(B) 346.78º 0.68% 0.34% -
XYZ 4.75 3.02 2.43 -
YUV 47.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 87 28 41 0 0.68 0.53 0.66 346.78 0.51 0.23
Hex 57 1C 29 0 44 35 42 15B 33 17
Octal 127 34 51 0 104 65 102 533 63 27
Binary 1010111 11100 101001 0 1000100 110101 1000010 101011011 110011 10111

Color Harmonies of #571C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C29

Black with #571C29

Text Example


Text Example

White with #571C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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