Html Css Color HEX #721E4F Pompadour

📋 copy color: '#721E4F'

red 114 ◦ green 30 ◦ blue 79

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

Shades of Pompadour #721E4F

Tints of Pompadour #721E4F

RGB

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

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

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

R = 51.12%
G = 13.45%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#721E4F (or 0x721E4F) is known color: Pompadour. HEX triplet: 72, 1E and 4F. RGB value is (114,30,79). Sum of RGB (Red+Green+Blue) = 114+30+79=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #721E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E4F is #8DE1B0. Grayscale: #3C3C3C. Windows color (decimal): -9298353 or 5185138. OLE color: 5185138.

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

Color convert

RGB 114 30 79 -
CMYK 0 0.74 0.31 0.55
HSL 325º 0.58% 0.28% -
HSV(B) 325º 0.74% 0.45% -
XYZ 8.81 5.07 7.91 -
YUV 60.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 114 30 79 0 0.74 0.31 0.55 325 0.58 0.28
Hex 72 1E 4F 0 4A 1F 37 145 3A 1C
Octal 162 36 117 0 112 37 67 505 72 34
Binary 1110010 11110 1001111 0 1001010 11111 110111 101000101 111010 11100

Color Harmonies of #721E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E4F

Black with #721E4F

Text Example


Text Example

White with #721E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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