Html Css Color HEX #722553 Pompadour

📋 copy color: '#722553'

red 114 ◦ green 37 ◦ blue 83

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

Shades of Pompadour #722553

Tints of Pompadour #722553

RGB

 RED value IS 114 (44.92% from 255) = 48.72%

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 83 (32.81% from 255) = 35.47%

R = 48.72%
G = 15.81%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#722553 (or 0x722553) is known color: Pompadour. HEX triplet: 72, 25 and 53. RGB value is (114,37,83). Sum of RGB (Red+Green+Blue) = 114+37+83=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #722553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722553 is #8DDAAC. Grayscale: #414141. Windows color (decimal): -9296557 or 5449074. OLE color: 5449074.

HSL color Cylindrical-coordinate representation of color #722553: hue angle of 324.16º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722553 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 37 83 -
CMYK 0 0.68 0.27 0.55
HSL 324.16º 0.51% 0.3% -
HSV(B) 324.16º 0.68% 0.45% -
XYZ 9.16 5.53 8.77 -
YUV 65.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 114 37 83 0 0.68 0.27 0.55 324.16 0.51 0.3
Hex 72 25 53 0 44 1B 37 144 33 1E
Octal 162 45 123 0 104 33 67 504 63 36
Binary 1110010 100101 1010011 0 1000100 11011 110111 101000100 110011 11110

Color Harmonies of #722553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722553

Black with #722553

Text Example


Text Example

White with #722553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722553; }

 p { color: rgb(114,37,83); }

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

background-color css

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

 a { background-color: rgb(114,37,83); }

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

border-color css

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

 span { border-color: rgb(114,37,83); }

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