Html Css Color HEX #721D45 Pompadour

📋 copy color: '#721D45'

red 114 ◦ green 29 ◦ blue 69

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

Shades of Pompadour #721D45

Tints of Pompadour #721D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.55%

R = 53.77%
G = 13.68%
B = 32.55%

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

#721D45 (or 0x721D45) is known color: Pompadour. HEX triplet: 72, 1D and 45. RGB value is (114,29,69). Sum of RGB (Red+Green+Blue) = 114+29+69=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #721D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D45 is #8DE2BA. Grayscale: #3A3A3A. Windows color (decimal): -9298619 or 4529522. OLE color: 4529522.

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

Color convert

RGB 114 29 69 -
CMYK 0 0.75 0.39 0.55
HSL 331.76º 0.59% 0.28% -
HSV(B) 331.76º 0.75% 0.45% -
XYZ 8.45 4.89 6.13 -
YUV 58.98 133.66 167.25 -
System Red Green Blue C M Y K H S L
Decimal 114 29 69 0 0.75 0.39 0.55 331.76 0.59 0.28
Hex 72 1D 45 0 4B 27 37 14C 3B 1C
Octal 162 35 105 0 113 47 67 514 73 34
Binary 1110010 11101 1000101 0 1001011 100111 110111 101001100 111011 11100

Color Harmonies of #721D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D45

Black with #721D45

Text Example


Text Example

White with #721D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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