Html Css Color HEX #721E46 Pompadour

📋 copy color: '#721E46'

red 114 ◦ green 30 ◦ blue 70

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

Shades of Pompadour #721E46

Tints of Pompadour #721E46

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.02%

 BLUE value IS 70 (27.73% from 255) = 32.71%

R = 53.27%
G = 14.02%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#721E46 (or 0x721E46) is known color: Pompadour. HEX triplet: 72, 1E and 46. RGB value is (114,30,70). Sum of RGB (Red+Green+Blue) = 114+30+70=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #721E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E46 is #8DE1B9. Grayscale: #3B3B3B. Windows color (decimal): -9298362 or 4595314. OLE color: 4595314.

HSL color Cylindrical-coordinate representation of color #721E46: hue angle of 331.43º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E46 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 30 70 -
CMYK 0 0.74 0.39 0.55
HSL 331.43º 0.58% 0.28% -
HSV(B) 331.43º 0.74% 0.45% -
XYZ 8.51 4.95 6.3 -
YUV 59.68 133.83 166.75 -
System Red Green Blue C M Y K H S L
Decimal 114 30 70 0 0.74 0.39 0.55 331.43 0.58 0.28
Hex 72 1E 46 0 4A 27 37 14B 3A 1C
Octal 162 36 106 0 112 47 67 513 72 34
Binary 1110010 11110 1000110 0 1001010 100111 110111 101001011 111010 11100

Color Harmonies of #721E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E46

Black with #721E46

Text Example


Text Example

White with #721E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721E46; }

 p { color: rgb(114,30,70); }

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

background-color css

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

 a { background-color: rgb(114,30,70); }

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

border-color css

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

 span { border-color: rgb(114,30,70); }

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