Html Css Color HEX #722650 Pompadour

📋 copy color: '#722650'

red 114 ◦ green 38 ◦ blue 80

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

Shades of Pompadour #722650

Tints of Pompadour #722650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

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

R = 49.14%
G = 16.38%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#722650 (or 0x722650) is known color: Pompadour. HEX triplet: 72, 26 and 50. RGB value is (114,38,80). Sum of RGB (Red+Green+Blue) = 114+38+80=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #722650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722650 is #8DD9AF. Grayscale: #414141. Windows color (decimal): -9296304 or 5252722. OLE color: 5252722.

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

Color convert

RGB 114 38 80 -
CMYK 0 0.67 0.30 0.55
HSL 326.84º 0.5% 0.3% -
HSV(B) 326.84º 0.67% 0.45% -
XYZ 9.08 5.54 8.18 -
YUV 65.51 136.18 162.58 -
System Red Green Blue C M Y K H S L
Decimal 114 38 80 0 0.67 0.30 0.55 326.84 0.5 0.3
Hex 72 26 50 0 43 1E 37 147 32 1E
Octal 162 46 120 0 103 36 67 507 62 36
Binary 1110010 100110 1010000 0 1000011 11110 110111 101000111 110010 11110

Color Harmonies of #722650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722650

Black with #722650

Text Example


Text Example

White with #722650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722650; }

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

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

background-color css

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

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

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

border-color css

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

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

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