Html Css Color HEX #722652 Pompadour

📋 copy color: '#722652'

red 114 ◦ green 38 ◦ blue 82

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

Shades of Pompadour #722652

Tints of Pompadour #722652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.04%

R = 48.72%
G = 16.24%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#722652 (or 0x722652) is known color: Pompadour. HEX triplet: 72, 26 and 52. RGB value is (114,38,82). Sum of RGB (Red+Green+Blue) = 114+38+82=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #722652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722652 is #8DD9AD. Grayscale: #414141. Windows color (decimal): -9296302 or 5383794. OLE color: 5383794.

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

Color convert

RGB 114 38 82 -
CMYK 0 0.67 0.28 0.55
HSL 325.26º 0.5% 0.3% -
HSV(B) 325.26º 0.67% 0.45% -
XYZ 9.16 5.57 8.58 -
YUV 65.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 114 38 82 0 0.67 0.28 0.55 325.26 0.5 0.3
Hex 72 26 52 0 43 1C 37 145 32 1E
Octal 162 46 122 0 103 34 67 505 62 36
Binary 1110010 100110 1010010 0 1000011 11100 110111 101000101 110010 11110

Color Harmonies of #722652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722652

Black with #722652

Text Example


Text Example

White with #722652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722652; }

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

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

background-color css

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

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

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

border-color css

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

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

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