Html Css Color HEX #571524 Bordeaux

📋 copy color: '#571524'

red 87 ◦ green 21 ◦ blue 36

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

Shades of Bordeaux #571524

Tints of Bordeaux #571524

RGB

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

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

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

R = 60.42%
G = 14.58%
B = 25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#571524 (or 0x571524) is known color: Bordeaux. HEX triplet: 57, 15 and 24. RGB value is (87,21,36). Sum of RGB (Red+Green+Blue) = 87+21+36=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #571524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571524 is #A8EADB. Grayscale: #2A2A2A. Windows color (decimal): -11070172 or 2364759. OLE color: 2364759.

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

Color convert

RGB 87 21 36 -
CMYK 0 0.76 0.59 0.66
HSL 346.36º 0.61% 0.21% -
HSV(B) 346.36º 0.76% 0.34% -
XYZ 4.52 2.69 1.95 -
YUV 42.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 87 21 36 0 0.76 0.59 0.66 346.36 0.61 0.21
Hex 57 15 24 0 4C 3B 42 15A 3D 15
Octal 127 25 44 0 114 73 102 532 75 25
Binary 1010111 10101 100100 0 1001100 111011 1000010 101011010 111101 10101

Color Harmonies of #571524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571524

Black with #571524

Text Example


Text Example

White with #571524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571524; }

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

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

background-color css

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

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

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

border-color css

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

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

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