Html Css Color HEX #571C40 Pompadour

📋 copy color: '#571C40'

red 87 ◦ green 28 ◦ blue 64

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

Shades of Pompadour #571C40

Tints of Pompadour #571C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.64%

 BLUE value IS 64 (25.39% from 255) = 35.75%

R = 48.6%
G = 15.64%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#571C40 (or 0x571C40) is known color: Pompadour. HEX triplet: 57, 1C and 40. RGB value is (87,28,64). Sum of RGB (Red+Green+Blue) = 87+28+64=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #571C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C40 is #A8E3BF. Grayscale: #313131. Windows color (decimal): -11068352 or 4201559. OLE color: 4201559.

HSL color Cylindrical-coordinate representation of color #571C40: hue angle of 323.39º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C40 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 28 64 -
CMYK 0 0.68 0.26 0.66
HSL 323.39º 0.51% 0.23% -
HSV(B) 323.39º 0.68% 0.34% -
XYZ 5.27 3.23 5.2 -
YUV 49.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 87 28 64 0 0.68 0.26 0.66 323.39 0.51 0.23
Hex 57 1C 40 0 44 1A 42 143 33 17
Octal 127 34 100 0 104 32 102 503 63 27
Binary 1010111 11100 1000000 0 1000100 11010 1000010 101000011 110011 10111

Color Harmonies of #571C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C40

Black with #571C40

Text Example


Text Example

White with #571C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571C40; }

 p { color: rgb(87,28,64); }

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

background-color css

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

 a { background-color: rgb(87,28,64); }

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

border-color css

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

 span { border-color: rgb(87,28,64); }

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