Html Css Color HEX #722647 Pompadour

📋 copy color: '#722647'

red 114 ◦ green 38 ◦ blue 71

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

Shades of Pompadour #722647

Tints of Pompadour #722647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.84%

R = 51.12%
G = 17.04%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#722647 (or 0x722647) is known color: Pompadour. HEX triplet: 72, 26 and 47. RGB value is (114,38,71). Sum of RGB (Red+Green+Blue) = 114+38+71=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #722647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722647 is #8DD9B8. Grayscale: #404040. Windows color (decimal): -9296313 or 4662898. OLE color: 4662898.

HSL color Cylindrical-coordinate representation of color #722647: hue angle of 333.95º 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 #722647 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 38 71 -
CMYK 0 0.67 0.38 0.55
HSL 333.95º 0.5% 0.3% -
HSV(B) 333.95º 0.67% 0.45% -
XYZ 8.77 5.42 6.54 -
YUV 64.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 114 38 71 0 0.67 0.38 0.55 333.95 0.5 0.3
Hex 72 26 47 0 43 26 37 14E 32 1E
Octal 162 46 107 0 103 46 67 516 62 36
Binary 1110010 100110 1000111 0 1000011 100110 110111 101001110 110010 11110

Color Harmonies of #722647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722647

Black with #722647

Text Example


Text Example

White with #722647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722647; }

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

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

background-color css

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

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

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

border-color css

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

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

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