Html Css Color HEX #721B4E Pompadour

📋 copy color: '#721B4E'

red 114 ◦ green 27 ◦ blue 78

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

Shades of Pompadour #721B4E

Tints of Pompadour #721B4E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.33%

 BLUE value IS 78 (30.86% from 255) = 35.62%

R = 52.05%
G = 12.33%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#721B4E (or 0x721B4E) is known color: Pompadour. HEX triplet: 72, 1B and 4E. RGB value is (114,27,78). Sum of RGB (Red+Green+Blue) = 114+27+78=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #721B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B4E is #8DE4B1. Grayscale: #3A3A3A. Windows color (decimal): -9299122 or 5118834. OLE color: 5118834.

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

Color convert

RGB 114 27 78 -
CMYK 0 0.76 0.32 0.55
HSL 324.83º 0.62% 0.28% -
HSV(B) 324.83º 0.76% 0.45% -
XYZ 8.71 4.91 7.7 -
YUV 58.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 114 27 78 0 0.76 0.32 0.55 324.83 0.62 0.28
Hex 72 1B 4E 0 4C 20 37 145 3E 1C
Octal 162 33 116 0 114 40 67 505 76 34
Binary 1110010 11011 1001110 0 1001100 100000 110111 101000101 111110 11100

Color Harmonies of #721B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B4E

Black with #721B4E

Text Example


Text Example

White with #721B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,27,78); }

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

background-color css

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

 a { background-color: rgb(114,27,78); }

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

border-color css

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

 span { border-color: rgb(114,27,78); }

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