Html Css Color HEX #722048 Pompadour

📋 copy color: '#722048'

red 114 ◦ green 32 ◦ blue 72

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

Shades of Pompadour #722048

Tints of Pompadour #722048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 52.29%
G = 14.68%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#722048 (or 0x722048) is known color: Pompadour. HEX triplet: 72, 20 and 48. RGB value is (114,32,72). Sum of RGB (Red+Green+Blue) = 114+32+72=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #722048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722048 is #8DDFB7. Grayscale: #3D3D3D. Windows color (decimal): -9297848 or 4726898. OLE color: 4726898.

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

Color convert

RGB 114 32 72 -
CMYK 0 0.72 0.37 0.55
HSL 330.73º 0.56% 0.29% -
HSV(B) 330.73º 0.72% 0.45% -
XYZ 8.63 5.08 6.66 -
YUV 61.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 114 32 72 0 0.72 0.37 0.55 330.73 0.56 0.29
Hex 72 20 48 0 48 25 37 14B 38 1D
Octal 162 40 110 0 110 45 67 513 70 35
Binary 1110010 100000 1001000 0 1001000 100101 110111 101001011 111000 11101

Color Harmonies of #722048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722048

Black with #722048

Text Example


Text Example

White with #722048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722048; }

 p { color: rgb(114,32,72); }

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

background-color css

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

 a { background-color: rgb(114,32,72); }

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

border-color css

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

 span { border-color: rgb(114,32,72); }

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