Html Css Color HEX #72254D Pompadour

📋 copy color: '#72254D'

red 114 ◦ green 37 ◦ blue 77

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

Shades of Pompadour #72254D

Tints of Pompadour #72254D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.77%

R = 50%
G = 16.23%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72254D (or 0x72254D) is known color: Pompadour. HEX triplet: 72, 25 and 4D. RGB value is (114,37,77). Sum of RGB (Red+Green+Blue) = 114+37+77=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72254D is #8DDAB2. Grayscale: #404040. Windows color (decimal): -9296563 or 5055858. OLE color: 5055858.

HSL color Cylindrical-coordinate representation of color #72254D: hue angle of 328.83º 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 #72254D is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 37 77 -
CMYK 0 0.68 0.32 0.55
HSL 328.83º 0.51% 0.3% -
HSV(B) 328.83º 0.68% 0.45% -
XYZ 8.94 5.44 7.6 -
YUV 64.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 114 37 77 0 0.68 0.32 0.55 328.83 0.51 0.3
Hex 72 25 4D 0 44 20 37 149 33 1E
Octal 162 45 115 0 104 40 67 511 63 36
Binary 1110010 100101 1001101 0 1000100 100000 110111 101001001 110011 11110

Color Harmonies of #72254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72254D

Black with #72254D

Text Example


Text Example

White with #72254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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