Html Css Color HEX #721D46 Pompadour

📋 copy color: '#721D46'

red 114 ◦ green 29 ◦ blue 70

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

Shades of Pompadour #721D46

Tints of Pompadour #721D46

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.62%

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

R = 53.52%
G = 13.62%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#721D46 (or 0x721D46) is known color: Pompadour. HEX triplet: 72, 1D and 46. RGB value is (114,29,70). Sum of RGB (Red+Green+Blue) = 114+29+70=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #721D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D46 is #8DE2B9. Grayscale: #3B3B3B. Windows color (decimal): -9298618 or 4595058. OLE color: 4595058.

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

Color convert

RGB 114 29 70 -
CMYK 0 0.75 0.39 0.55
HSL 331.06º 0.59% 0.28% -
HSV(B) 331.06º 0.75% 0.45% -
XYZ 8.48 4.9 6.29 -
YUV 59.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 114 29 70 0 0.75 0.39 0.55 331.06 0.59 0.28
Hex 72 1D 46 0 4B 27 37 14B 3B 1C
Octal 162 35 106 0 113 47 67 513 73 34
Binary 1110010 11101 1000110 0 1001011 100111 110111 101001011 111011 11100

Color Harmonies of #721D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D46

Black with #721D46

Text Example


Text Example

White with #721D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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