Html Css Color HEX #57223C Pompadour

📋 copy color: '#57223C'

red 87 ◦ green 34 ◦ blue 60

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

Shades of Pompadour #57223C

Tints of Pompadour #57223C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.15%

R = 48.07%
G = 18.78%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#57223C (or 0x57223C) is known color: Pompadour. HEX triplet: 57, 22 and 3C. RGB value is (87,34,60). Sum of RGB (Red+Green+Blue) = 87+34+60=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57223C is #A8DDC3. Grayscale: #343434. Windows color (decimal): -11066820 or 3940951. OLE color: 3940951.

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

Color convert

RGB 87 34 60 -
CMYK 0 0.61 0.31 0.66
HSL 330.57º 0.44% 0.24% -
HSV(B) 330.57º 0.61% 0.34% -
XYZ 5.32 3.5 4.67 -
YUV 52.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 87 34 60 0 0.61 0.31 0.66 330.57 0.44 0.24
Hex 57 22 3C 0 3D 1F 42 14B 2C 18
Octal 127 42 74 0 75 37 102 513 54 30
Binary 1010111 100010 111100 0 111101 11111 1000010 101001011 101100 11000

Color Harmonies of #57223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57223C

Black with #57223C

Text Example


Text Example

White with #57223C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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