Html Css Color HEX #72254F Pompadour

📋 copy color: '#72254F'

red 114 ◦ green 37 ◦ blue 79

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

Shades of Pompadour #72254F

Tints of Pompadour #72254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.35%

R = 49.57%
G = 16.09%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#72254F (or 0x72254F) is known color: Pompadour. HEX triplet: 72, 25 and 4F. RGB value is (114,37,79). Sum of RGB (Red+Green+Blue) = 114+37+79=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72254F is #8DDAB0. Grayscale: #404040. Windows color (decimal): -9296561 or 5186930. OLE color: 5186930.

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

Color convert

RGB 114 37 79 -
CMYK 0 0.68 0.31 0.55
HSL 327.27º 0.51% 0.3% -
HSV(B) 327.27º 0.68% 0.45% -
XYZ 9.01 5.47 7.98 -
YUV 64.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 114 37 79 0 0.68 0.31 0.55 327.27 0.51 0.3
Hex 72 25 4F 0 44 1F 37 147 33 1E
Octal 162 45 117 0 104 37 67 507 63 36
Binary 1110010 100101 1001111 0 1000100 11111 110111 101000111 110011 11110

Color Harmonies of #72254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72254F

Black with #72254F

Text Example


Text Example

White with #72254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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