Html Css Color HEX #571229 Bordeaux

📋 copy color: '#571229'

red 87 ◦ green 18 ◦ blue 41

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

Shades of Bordeaux #571229

Tints of Bordeaux #571229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

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

R = 59.59%
G = 12.33%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#571229 (or 0x571229) is known color: Bordeaux. HEX triplet: 57, 12 and 29. RGB value is (87,18,41). Sum of RGB (Red+Green+Blue) = 87+18+41=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #571229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571229 is #A8EDD6. Grayscale: #292929. Windows color (decimal): -11070935 or 2691671. OLE color: 2691671.

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

Color convert

RGB 87 18 41 -
CMYK 0 0.79 0.53 0.66
HSL 340º 0.66% 0.21% -
HSV(B) 340º 0.79% 0.34% -
XYZ 4.55 2.62 2.36 -
YUV 41.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 87 18 41 0 0.79 0.53 0.66 340 0.66 0.21
Hex 57 12 29 0 4F 35 42 154 42 15
Octal 127 22 51 0 117 65 102 524 102 25
Binary 1010111 10010 101001 0 1001111 110101 1000010 101010100 1000010 10101

Color Harmonies of #571229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571229

Black with #571229

Text Example


Text Example

White with #571229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571229; }

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

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

background-color css

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

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

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

border-color css

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

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

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