Html Css Color HEX #722150 Pompadour

📋 copy color: '#722150'

red 114 ◦ green 33 ◦ blue 80

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

Shades of Pompadour #722150

Tints of Pompadour #722150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.54%

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 50.22%
G = 14.54%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#722150 (or 0x722150) is known color: Pompadour. HEX triplet: 72, 21 and 50. RGB value is (114,33,80). Sum of RGB (Red+Green+Blue) = 114+33+80=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #722150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722150 is #8DDEAF. Grayscale: #3E3E3E. Windows color (decimal): -9297584 or 5251442. OLE color: 5251442.

HSL color Cylindrical-coordinate representation of color #722150: hue angle of 325.19º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #722150 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 33 80 -
CMYK 0 0.71 0.30 0.55
HSL 325.19º 0.55% 0.29% -
HSV(B) 325.19º 0.71% 0.45% -
XYZ 8.93 5.24 8.13 -
YUV 62.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 114 33 80 0 0.71 0.30 0.55 325.19 0.55 0.29
Hex 72 21 50 0 47 1E 37 145 37 1D
Octal 162 41 120 0 107 36 67 505 67 35
Binary 1110010 100001 1010000 0 1000111 11110 110111 101000101 110111 11101

Color Harmonies of #722150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722150

Black with #722150

Text Example


Text Example

White with #722150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722150; }

 p { color: rgb(114,33,80); }

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

background-color css

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

 a { background-color: rgb(114,33,80); }

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

border-color css

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

 span { border-color: rgb(114,33,80); }

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