Html Css Color HEX #571628 Bordeaux

📋 copy color: '#571628'

red 87 ◦ green 22 ◦ blue 40

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

Shades of Bordeaux #571628

Tints of Bordeaux #571628

RGB

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

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

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

R = 58.39%
G = 14.77%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#571628 (or 0x571628) is known color: Bordeaux. HEX triplet: 57, 16 and 28. RGB value is (87,22,40). Sum of RGB (Red+Green+Blue) = 87+22+40=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #571628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571628 is #A8E9D7. Grayscale: #2B2B2B. Windows color (decimal): -11069912 or 2627159. OLE color: 2627159.

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

Color convert

RGB 87 22 40 -
CMYK 0 0.75 0.54 0.66
HSL 343.38º 0.6% 0.21% -
HSV(B) 343.38º 0.75% 0.34% -
XYZ 4.6 2.75 2.3 -
YUV 43.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 87 22 40 0 0.75 0.54 0.66 343.38 0.6 0.21
Hex 57 16 28 0 4B 36 42 157 3C 15
Octal 127 26 50 0 113 66 102 527 74 25
Binary 1010111 10110 101000 0 1001011 110110 1000010 101010111 111100 10101

Color Harmonies of #571628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571628

Black with #571628

Text Example


Text Example

White with #571628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571628; }

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

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

background-color css

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

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

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

border-color css

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

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

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