Html Css Color HEX #721148 Pompadour

📋 copy color: '#721148'

red 114 ◦ green 17 ◦ blue 72

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

Shades of Pompadour #721148

Tints of Pompadour #721148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 72 (28.52% from 255) = 35.47%

R = 56.16%
G = 8.37%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#721148 (or 0x721148) is known color: Pompadour. HEX triplet: 72, 11 and 48. RGB value is (114,17,72). Sum of RGB (Red+Green+Blue) = 114+17+72=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #721148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721148 is #8DEEB7. Grayscale: #343434. Windows color (decimal): -9301688 or 4723058. OLE color: 4723058.

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

Color convert

RGB 114 17 72 -
CMYK 0 0.85 0.37 0.55
HSL 325.98º 0.74% 0.26% -
HSV(B) 325.98º 0.85% 0.45% -
XYZ 8.31 4.45 6.55 -
YUV 52.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 114 17 72 0 0.85 0.37 0.55 325.98 0.74 0.26
Hex 72 11 48 0 55 25 37 146 4A 1A
Octal 162 21 110 0 125 45 67 506 112 32
Binary 1110010 10001 1001000 0 1010101 100101 110111 101000110 1001010 11010

Color Harmonies of #721148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721148

Black with #721148

Text Example


Text Example

White with #721148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721148; }

 p { color: rgb(114,17,72); }

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

background-color css

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

 a { background-color: rgb(114,17,72); }

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

border-color css

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

 span { border-color: rgb(114,17,72); }

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