Html Css Color HEX #572943 Pompadour

📋 copy color: '#572943'

red 87 ◦ green 41 ◦ blue 67

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

Shades of Pompadour #572943

Tints of Pompadour #572943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 34.36%

R = 44.62%
G = 21.03%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#572943 (or 0x572943) is known color: Pompadour. HEX triplet: 57, 29 and 43. RGB value is (87,41,67). Sum of RGB (Red+Green+Blue) = 87+41+67=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #572943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572943 is #A8D6BC. Grayscale: #393939. Windows color (decimal): -11065021 or 4401495. OLE color: 4401495.

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

Color convert

RGB 87 41 67 -
CMYK 0 0.53 0.23 0.66
HSL 326.09º 0.36% 0.25% -
HSV(B) 326.09º 0.53% 0.34% -
XYZ 5.74 4.02 5.78 -
YUV 57.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 87 41 67 0 0.53 0.23 0.66 326.09 0.36 0.25
Hex 57 29 43 0 35 17 42 146 24 19
Octal 127 51 103 0 65 27 102 506 44 31
Binary 1010111 101001 1000011 0 110101 10111 1000010 101000110 100100 11001

Color Harmonies of #572943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572943

Black with #572943

Text Example


Text Example

White with #572943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572943; }

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

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

background-color css

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

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

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

border-color css

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

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

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