Html Css Color HEX #571528 Bordeaux

📋 copy color: '#571528'

red 87 ◦ green 21 ◦ blue 40

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

Shades of Bordeaux #571528

Tints of Bordeaux #571528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.19%

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

R = 58.78%
G = 14.19%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#571528 (or 0x571528) is known color: Bordeaux. HEX triplet: 57, 15 and 28. RGB value is (87,21,40). Sum of RGB (Red+Green+Blue) = 87+21+40=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #571528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571528 is #A8EAD7. Grayscale: #2A2A2A. Windows color (decimal): -11070168 or 2626903. OLE color: 2626903.

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

Color convert

RGB 87 21 40 -
CMYK 0 0.76 0.54 0.66
HSL 342.73º 0.61% 0.21% -
HSV(B) 342.73º 0.76% 0.34% -
XYZ 4.58 2.72 2.29 -
YUV 42.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 87 21 40 0 0.76 0.54 0.66 342.73 0.61 0.21
Hex 57 15 28 0 4C 36 42 157 3D 15
Octal 127 25 50 0 114 66 102 527 75 25
Binary 1010111 10101 101000 0 1001100 110110 1000010 101010111 111101 10101

Color Harmonies of #571528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571528

Black with #571528

Text Example


Text Example

White with #571528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571528; }

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

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

background-color css

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

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

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

border-color css

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

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

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