Html Css Color HEX #571829 Bordeaux

📋 copy color: '#571829'

red 87 ◦ green 24 ◦ blue 41

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

Shades of Bordeaux #571829

Tints of Bordeaux #571829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.79%

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

R = 57.24%
G = 15.79%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#571829 (or 0x571829) is known color: Bordeaux. HEX triplet: 57, 18 and 29. RGB value is (87,24,41). Sum of RGB (Red+Green+Blue) = 87+24+41=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #571829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571829 is #A8E7D6. Grayscale: #2C2C2C. Windows color (decimal): -11069399 or 2693207. OLE color: 2693207.

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

Color convert

RGB 87 24 41 -
CMYK 0 0.72 0.53 0.66
HSL 343.81º 0.57% 0.22% -
HSV(B) 343.81º 0.72% 0.34% -
XYZ 4.66 2.84 2.4 -
YUV 44.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 87 24 41 0 0.72 0.53 0.66 343.81 0.57 0.22
Hex 57 18 29 0 48 35 42 158 39 16
Octal 127 30 51 0 110 65 102 530 71 26
Binary 1010111 11000 101001 0 1001000 110101 1000010 101011000 111001 10110

Color Harmonies of #571829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571829

Black with #571829

Text Example


Text Example

White with #571829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571829; }

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

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

background-color css

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

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

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

border-color css

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

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

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