Html Css Color HEX #572340 Pompadour

📋 copy color: '#572340'

red 87 ◦ green 35 ◦ blue 64

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

Shades of Pompadour #572340

Tints of Pompadour #572340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.82%

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

R = 46.77%
G = 18.82%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#572340 (or 0x572340) is known color: Pompadour. HEX triplet: 57, 23 and 40. RGB value is (87,35,64). Sum of RGB (Red+Green+Blue) = 87+35+64=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #572340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572340 is #A8DCBF. Grayscale: #353535. Windows color (decimal): -11066560 or 4203351. OLE color: 4203351.

HSL color Cylindrical-coordinate representation of color #572340: hue angle of 326.54º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #572340 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 35 64 -
CMYK 0 0.60 0.26 0.66
HSL 326.54º 0.43% 0.24% -
HSV(B) 326.54º 0.6% 0.34% -
XYZ 5.46 3.6 5.26 -
YUV 53.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 87 35 64 0 0.60 0.26 0.66 326.54 0.43 0.24
Hex 57 23 40 0 3C 1A 42 147 2B 18
Octal 127 43 100 0 74 32 102 507 53 30
Binary 1010111 100011 1000000 0 111100 11010 1000010 101000111 101011 11000

Color Harmonies of #572340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572340

Black with #572340

Text Example


Text Example

White with #572340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572340; }

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

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

background-color css

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

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

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

border-color css

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

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

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