Html Css Color HEX #571324 Bordeaux

📋 copy color: '#571324'

red 87 ◦ green 19 ◦ blue 36

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

Shades of Bordeaux #571324

Tints of Bordeaux #571324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

 BLUE value IS 36 (14.45% from 255) = 25.35%

R = 61.27%
G = 13.38%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#571324 (or 0x571324) is known color: Bordeaux. HEX triplet: 57, 13 and 24. RGB value is (87,19,36). Sum of RGB (Red+Green+Blue) = 87+19+36=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #571324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571324 is #A8ECDB. Grayscale: #292929. Windows color (decimal): -11070684 or 2364247. OLE color: 2364247.

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

Color convert

RGB 87 19 36 -
CMYK 0 0.78 0.59 0.66
HSL 345º 0.64% 0.21% -
HSV(B) 345º 0.78% 0.34% -
XYZ 4.48 2.62 1.94 -
YUV 41.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 87 19 36 0 0.78 0.59 0.66 345 0.64 0.21
Hex 57 13 24 0 4E 3B 42 159 40 15
Octal 127 23 44 0 116 73 102 531 100 25
Binary 1010111 10011 100100 0 1001110 111011 1000010 101011001 1000000 10101

Color Harmonies of #571324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571324

Black with #571324

Text Example


Text Example

White with #571324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571324; }

 p { color: rgb(87,19,36); }

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

background-color css

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

 a { background-color: rgb(87,19,36); }

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

border-color css

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

 span { border-color: rgb(87,19,36); }

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