Html Css Color HEX #57223D Pompadour

📋 copy color: '#57223D'

red 87 ◦ green 34 ◦ blue 61

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

Shades of Pompadour #57223D

Tints of Pompadour #57223D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.52%

R = 47.8%
G = 18.68%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#57223D (or 0x57223D) is known color: Pompadour. HEX triplet: 57, 22 and 3D. RGB value is (87,34,61). Sum of RGB (Red+Green+Blue) = 87+34+61=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57223D is #A8DDC2. Grayscale: #343434. Windows color (decimal): -11066819 or 4006487. OLE color: 4006487.

HSL color Cylindrical-coordinate representation of color #57223D: hue angle of 329.43º 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 #57223D is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 34 61 -
CMYK 0 0.61 0.30 0.66
HSL 329.43º 0.44% 0.24% -
HSV(B) 329.43º 0.61% 0.34% -
XYZ 5.34 3.51 4.81 -
YUV 52.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 87 34 61 0 0.61 0.30 0.66 329.43 0.44 0.24
Hex 57 22 3D 0 3D 1E 42 149 2C 18
Octal 127 42 75 0 75 36 102 511 54 30
Binary 1010111 100010 111101 0 111101 11110 1000010 101001001 101100 11000

Color Harmonies of #57223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57223D

Black with #57223D

Text Example


Text Example

White with #57223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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