Html Css Color HEX #571D28 Bordeaux

📋 copy color: '#571D28'

red 87 ◦ green 29 ◦ blue 40

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

Shades of Bordeaux #571D28

Tints of Bordeaux #571D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 55.77%
G = 18.59%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#571D28 (or 0x571D28) is known color: Bordeaux. HEX triplet: 57, 1D and 28. RGB value is (87,29,40). Sum of RGB (Red+Green+Blue) = 87+29+40=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #571D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D28 is #A8E2D7. Grayscale: #2F2F2F. Windows color (decimal): -11068120 or 2628951. OLE color: 2628951.

HSL color Cylindrical-coordinate representation of color #571D28: hue angle of 348.62º 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 #571D28 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 29 40 -
CMYK 0 0.67 0.54 0.66
HSL 348.62º 0.5% 0.23% -
HSV(B) 348.62º 0.67% 0.34% -
XYZ 4.75 3.06 2.35 -
YUV 47.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 87 29 40 0 0.67 0.54 0.66 348.62 0.5 0.23
Hex 57 1D 28 0 43 36 42 15D 32 17
Octal 127 35 50 0 103 66 102 535 62 27
Binary 1010111 11101 101000 0 1000011 110110 1000010 101011101 110010 10111

Color Harmonies of #571D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D28

Black with #571D28

Text Example


Text Example

White with #571D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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