Html Css Color HEX #572944 Pompadour

📋 copy color: '#572944'

red 87 ◦ green 41 ◦ blue 68

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

Shades of Pompadour #572944

Tints of Pompadour #572944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 44.39%
G = 20.92%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#572944 (or 0x572944) is known color: Pompadour. HEX triplet: 57, 29 and 44. RGB value is (87,41,68). Sum of RGB (Red+Green+Blue) = 87+41+68=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #572944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572944 is #A8D6BB. Grayscale: #393939. Windows color (decimal): -11065020 or 4467031. OLE color: 4467031.

HSL color Cylindrical-coordinate representation of color #572944: hue angle of 324.78º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #572944 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 41 68 -
CMYK 0 0.53 0.22 0.66
HSL 324.78º 0.36% 0.25% -
HSV(B) 324.78º 0.53% 0.34% -
XYZ 5.77 4.03 5.94 -
YUV 57.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 87 41 68 0 0.53 0.22 0.66 324.78 0.36 0.25
Hex 57 29 44 0 35 16 42 145 24 19
Octal 127 51 104 0 65 26 102 505 44 31
Binary 1010111 101001 1000100 0 110101 10110 1000010 101000101 100100 11001

Color Harmonies of #572944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572944

Black with #572944

Text Example


Text Example

White with #572944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572944; }

 p { color: rgb(87,41,68); }

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

background-color css

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

 a { background-color: rgb(87,41,68); }

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

border-color css

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

 span { border-color: rgb(87,41,68); }

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