Html Css Color HEX #571629 Bordeaux

📋 copy color: '#571629'

red 87 ◦ green 22 ◦ blue 41

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

Shades of Bordeaux #571629

Tints of Bordeaux #571629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.67%

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

R = 58%
G = 14.67%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#571629 (or 0x571629) is known color: Bordeaux. HEX triplet: 57, 16 and 29. RGB value is (87,22,41). Sum of RGB (Red+Green+Blue) = 87+22+41=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #571629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571629 is #A8E9D6. Grayscale: #2B2B2B. Windows color (decimal): -11069911 or 2692695. OLE color: 2692695.

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

Color convert

RGB 87 22 41 -
CMYK 0 0.75 0.53 0.66
HSL 342.46º 0.6% 0.21% -
HSV(B) 342.46º 0.75% 0.34% -
XYZ 4.62 2.76 2.39 -
YUV 43.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 87 22 41 0 0.75 0.53 0.66 342.46 0.6 0.21
Hex 57 16 29 0 4B 35 42 156 3C 15
Octal 127 26 51 0 113 65 102 526 74 25
Binary 1010111 10110 101001 0 1001011 110101 1000010 101010110 111100 10101

Color Harmonies of #571629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571629

Black with #571629

Text Example


Text Example

White with #571629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571629; }

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

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

background-color css

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

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

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

border-color css

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

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

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