Html Css Color HEX #722454 Pompadour

📋 copy color: '#722454'

red 114 ◦ green 36 ◦ blue 84

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

Shades of Pompadour #722454

Tints of Pompadour #722454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.9%

R = 48.72%
G = 15.38%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#722454 (or 0x722454) is known color: Pompadour. HEX triplet: 72, 24 and 54. RGB value is (114,36,84). Sum of RGB (Red+Green+Blue) = 114+36+84=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #722454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722454 is #8DDBAB. Grayscale: #404040. Windows color (decimal): -9296812 or 5514354. OLE color: 5514354.

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

Color convert

RGB 114 36 84 -
CMYK 0 0.68 0.26 0.55
HSL 323.08º 0.52% 0.29% -
HSV(B) 323.08º 0.68% 0.45% -
XYZ 9.17 5.48 8.96 -
YUV 64.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 114 36 84 0 0.68 0.26 0.55 323.08 0.52 0.29
Hex 72 24 54 0 44 1A 37 143 34 1D
Octal 162 44 124 0 104 32 67 503 64 35
Binary 1110010 100100 1010100 0 1000100 11010 110111 101000011 110100 11101

Color Harmonies of #722454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722454

Black with #722454

Text Example


Text Example

White with #722454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722454; }

 p { color: rgb(114,36,84); }

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

background-color css

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

 a { background-color: rgb(114,36,84); }

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

border-color css

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

 span { border-color: rgb(114,36,84); }

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