Html Css Color HEX #722446 Pompadour

📋 copy color: '#722446'

red 114 ◦ green 36 ◦ blue 70

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

Shades of Pompadour #722446

Tints of Pompadour #722446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

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

R = 51.82%
G = 16.36%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#722446 (or 0x722446) is known color: Pompadour. HEX triplet: 72, 24 and 46. RGB value is (114,36,70). Sum of RGB (Red+Green+Blue) = 114+36+70=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #722446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722446 is #8DDBB9. Grayscale: #3F3F3F. Windows color (decimal): -9296826 or 4596850. OLE color: 4596850.

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

Color convert

RGB 114 36 70 -
CMYK 0 0.68 0.39 0.55
HSL 333.85º 0.52% 0.29% -
HSV(B) 333.85º 0.68% 0.45% -
XYZ 8.68 5.28 6.36 -
YUV 63.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 114 36 70 0 0.68 0.39 0.55 333.85 0.52 0.29
Hex 72 24 46 0 44 27 37 14E 34 1D
Octal 162 44 106 0 104 47 67 516 64 35
Binary 1110010 100100 1000110 0 1000100 100111 110111 101001110 110100 11101

Color Harmonies of #722446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722446

Black with #722446

Text Example


Text Example

White with #722446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722446; }

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

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

background-color css

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

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

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

border-color css

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

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

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