Html Css Color HEX #57223F Pompadour

📋 copy color: '#57223F'

red 87 ◦ green 34 ◦ blue 63

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

Shades of Pompadour #57223F

Tints of Pompadour #57223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.48%

 BLUE value IS 63 (25% from 255) = 34.24%

R = 47.28%
G = 18.48%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57223F (or 0x57223F) is known color: Pompadour. HEX triplet: 57, 22 and 3F. RGB value is (87,34,63). Sum of RGB (Red+Green+Blue) = 87+34+63=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #57223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57223F is #A8DDC0. Grayscale: #353535. Windows color (decimal): -11066817 or 4137559. OLE color: 4137559.

HSL color Cylindrical-coordinate representation of color #57223F: hue angle of 327.17º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57223F is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 34 63 -
CMYK 0 0.61 0.28 0.66
HSL 327.17º 0.44% 0.24% -
HSV(B) 327.17º 0.61% 0.34% -
XYZ 5.4 3.53 5.1 -
YUV 53.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 87 34 63 0 0.61 0.28 0.66 327.17 0.44 0.24
Hex 57 22 3F 0 3D 1C 42 147 2C 18
Octal 127 42 77 0 75 34 102 507 54 30
Binary 1010111 100010 111111 0 111101 11100 1000010 101000111 101100 11000

Color Harmonies of #57223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57223F

Black with #57223F

Text Example


Text Example

White with #57223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57223F; }

 p { color: rgb(87,34,63); }

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

background-color css

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

 a { background-color: rgb(87,34,63); }

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

border-color css

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

 span { border-color: rgb(87,34,63); }

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