Html Css Color HEX #571128 Bordeaux

📋 copy color: '#571128'

red 87 ◦ green 17 ◦ blue 40

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

Shades of Bordeaux #571128

Tints of Bordeaux #571128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.81%

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

R = 60.42%
G = 11.81%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#571128 (or 0x571128) is known color: Bordeaux. HEX triplet: 57, 11 and 28. RGB value is (87,17,40). Sum of RGB (Red+Green+Blue) = 87+17+40=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #571128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571128 is #A8EED7. Grayscale: #282828. Windows color (decimal): -11071192 or 2625879. OLE color: 2625879.

HSL color Cylindrical-coordinate representation of color #571128: hue angle of 340.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571128 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 40 -
CMYK 0 0.80 0.54 0.66
HSL 340.29º 0.67% 0.2% -
HSV(B) 340.29º 0.8% 0.34% -
XYZ 4.51 2.58 2.27 -
YUV 40.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 87 17 40 0 0.80 0.54 0.66 340.29 0.67 0.2
Hex 57 11 28 0 50 36 42 154 43 14
Octal 127 21 50 0 120 66 102 524 103 24
Binary 1010111 10001 101000 0 1010000 110110 1000010 101010100 1000011 10100

Color Harmonies of #571128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571128

Black with #571128

Text Example


Text Example

White with #571128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571128; }

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

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

background-color css

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

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

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

border-color css

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

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

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