Html Css Color HEX #572440 Pompadour

📋 copy color: '#572440'

red 87 ◦ green 36 ◦ blue 64

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

Shades of Pompadour #572440

Tints of Pompadour #572440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.25%

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

R = 46.52%
G = 19.25%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#572440 (or 0x572440) is known color: Pompadour. HEX triplet: 57, 24 and 40. RGB value is (87,36,64). Sum of RGB (Red+Green+Blue) = 87+36+64=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #572440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572440 is #A8DBBF. Grayscale: #363636. Windows color (decimal): -11066304 or 4203607. OLE color: 4203607.

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

Color convert

RGB 87 36 64 -
CMYK 0 0.59 0.26 0.66
HSL 327.06º 0.41% 0.24% -
HSV(B) 327.06º 0.59% 0.34% -
XYZ 5.49 3.66 5.27 -
YUV 54.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 87 36 64 0 0.59 0.26 0.66 327.06 0.41 0.24
Hex 57 24 40 0 3B 1A 42 147 29 18
Octal 127 44 100 0 73 32 102 507 51 30
Binary 1010111 100100 1000000 0 111011 11010 1000010 101000111 101001 11000

Color Harmonies of #572440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572440

Black with #572440

Text Example


Text Example

White with #572440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572440; }

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

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

background-color css

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

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

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

border-color css

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

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

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