Html Css Color HEX #721244 Pompadour

📋 copy color: '#721244'

red 114 ◦ green 18 ◦ blue 68

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

Shades of Pompadour #721244

Tints of Pompadour #721244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

 BLUE value IS 68 (26.95% from 255) = 34%

R = 57%
G = 9%
B = 34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#721244 (or 0x721244) is known color: Pompadour. HEX triplet: 72, 12 and 44. RGB value is (114,18,68). Sum of RGB (Red+Green+Blue) = 114+18+68=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #721244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721244 is #8DEDBB. Grayscale: #343434. Windows color (decimal): -9301436 or 4461170. OLE color: 4461170.

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

Color convert

RGB 114 18 68 -
CMYK 0 0.84 0.40 0.55
HSL 328.75º 0.73% 0.26% -
HSV(B) 328.75º 0.84% 0.45% -
XYZ 8.2 4.43 5.89 -
YUV 52.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 114 18 68 0 0.84 0.40 0.55 328.75 0.73 0.26
Hex 72 12 44 0 54 28 37 149 49 1A
Octal 162 22 104 0 124 50 67 511 111 32
Binary 1110010 10010 1000100 0 1010100 101000 110111 101001001 1001001 11010

Color Harmonies of #721244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721244

Black with #721244

Text Example


Text Example

White with #721244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721244; }

 p { color: rgb(114,18,68); }

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

background-color css

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

 a { background-color: rgb(114,18,68); }

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

border-color css

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

 span { border-color: rgb(114,18,68); }

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