Html Css Color HEX #721E4C Pompadour

📋 copy color: '#721E4C'

red 114 ◦ green 30 ◦ blue 76

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

Shades of Pompadour #721E4C

Tints of Pompadour #721E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 51.82%
G = 13.64%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#721E4C (or 0x721E4C) is known color: Pompadour. HEX triplet: 72, 1E and 4C. RGB value is (114,30,76). Sum of RGB (Red+Green+Blue) = 114+30+76=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #721E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E4C is #8DE1B3. Grayscale: #3C3C3C. Windows color (decimal): -9298356 or 4988530. OLE color: 4988530.

HSL color Cylindrical-coordinate representation of color #721E4C: hue angle of 327.14º 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 #721E4C is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 30 76 -
CMYK 0 0.74 0.33 0.55
HSL 327.14º 0.58% 0.28% -
HSV(B) 327.14º 0.74% 0.45% -
XYZ 8.71 5.03 7.35 -
YUV 60.36 136.83 166.26 -
System Red Green Blue C M Y K H S L
Decimal 114 30 76 0 0.74 0.33 0.55 327.14 0.58 0.28
Hex 72 1E 4C 0 4A 21 37 147 3A 1C
Octal 162 36 114 0 112 41 67 507 72 34
Binary 1110010 11110 1001100 0 1001010 100001 110111 101000111 111010 11100

Color Harmonies of #721E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E4C

Black with #721E4C

Text Example


Text Example

White with #721E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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