Html Css Color HEX #722346 Pompadour

📋 copy color: '#722346'

red 114 ◦ green 35 ◦ blue 70

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

Shades of Pompadour #722346

Tints of Pompadour #722346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.96%

R = 52.05%
G = 15.98%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#722346 (or 0x722346) is known color: Pompadour. HEX triplet: 72, 23 and 46. RGB value is (114,35,70). Sum of RGB (Red+Green+Blue) = 114+35+70=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #722346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722346 is #8DDCB9. Grayscale: #3E3E3E. Windows color (decimal): -9297082 or 4596594. OLE color: 4596594.

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

Color convert

RGB 114 35 70 -
CMYK 0 0.69 0.39 0.55
HSL 333.42º 0.53% 0.29% -
HSV(B) 333.42º 0.69% 0.45% -
XYZ 8.65 5.22 6.35 -
YUV 62.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 114 35 70 0 0.69 0.39 0.55 333.42 0.53 0.29
Hex 72 23 46 0 45 27 37 14D 35 1D
Octal 162 43 106 0 105 47 67 515 65 35
Binary 1110010 100011 1000110 0 1000101 100111 110111 101001101 110101 11101

Color Harmonies of #722346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722346

Black with #722346

Text Example


Text Example

White with #722346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722346; }

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

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

background-color css

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

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

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

border-color css

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

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

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