Html Css Color HEX #722347 Pompadour

📋 copy color: '#722347'

red 114 ◦ green 35 ◦ blue 71

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

Shades of Pompadour #722347

Tints of Pompadour #722347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

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

R = 51.82%
G = 15.91%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#722347 (or 0x722347) is known color: Pompadour. HEX triplet: 72, 23 and 47. RGB value is (114,35,71). Sum of RGB (Red+Green+Blue) = 114+35+71=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #722347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722347 is #8DDCB8. Grayscale: #3E3E3E. Windows color (decimal): -9297081 or 4662130. OLE color: 4662130.

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

Color convert

RGB 114 35 71 -
CMYK 0 0.69 0.38 0.55
HSL 332.66º 0.53% 0.29% -
HSV(B) 332.66º 0.69% 0.45% -
XYZ 8.68 5.23 6.51 -
YUV 62.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 114 35 71 0 0.69 0.38 0.55 332.66 0.53 0.29
Hex 72 23 47 0 45 26 37 14D 35 1D
Octal 162 43 107 0 105 46 67 515 65 35
Binary 1110010 100011 1000111 0 1000101 100110 110111 101001101 110101 11101

Color Harmonies of #722347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722347

Black with #722347

Text Example


Text Example

White with #722347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722347; }

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

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

background-color css

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

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

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

border-color css

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

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

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