Html Css Color HEX #572642 Pompadour

📋 copy color: '#572642'

red 87 ◦ green 38 ◦ blue 66

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

Shades of Pompadour #572642

Tints of Pompadour #572642

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.9%

 BLUE value IS 66 (26.17% from 255) = 34.55%

R = 45.55%
G = 19.9%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#572642 (or 0x572642) is known color: Pompadour. HEX triplet: 57, 26 and 42. RGB value is (87,38,66). Sum of RGB (Red+Green+Blue) = 87+38+66=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #572642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572642 is #A8D9BD. Grayscale: #373737. Windows color (decimal): -11065790 or 4335191. OLE color: 4335191.

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

Color convert

RGB 87 38 66 -
CMYK 0 0.56 0.24 0.66
HSL 325.71º 0.39% 0.25% -
HSV(B) 325.71º 0.56% 0.34% -
XYZ 5.61 3.81 5.59 -
YUV 55.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 87 38 66 0 0.56 0.24 0.66 325.71 0.39 0.25
Hex 57 26 42 0 38 18 42 146 27 19
Octal 127 46 102 0 70 30 102 506 47 31
Binary 1010111 100110 1000010 0 111000 11000 1000010 101000110 100111 11001

Color Harmonies of #572642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572642

Black with #572642

Text Example


Text Example

White with #572642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572642; }

 p { color: rgb(87,38,66); }

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

background-color css

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

 a { background-color: rgb(87,38,66); }

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

border-color css

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

 span { border-color: rgb(87,38,66); }

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