Html Css Color HEX #721646 Pompadour

📋 copy color: '#721646'

red 114 ◦ green 22 ◦ blue 70

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

Shades of Pompadour #721646

Tints of Pompadour #721646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

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

R = 55.34%
G = 10.68%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#721646 (or 0x721646) is known color: Pompadour. HEX triplet: 72, 16 and 46. RGB value is (114,22,70). Sum of RGB (Red+Green+Blue) = 114+22+70=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #721646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721646 is #8DE9B9. Grayscale: #363636. Windows color (decimal): -9300410 or 4593266. OLE color: 4593266.

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

Color convert

RGB 114 22 70 -
CMYK 0 0.81 0.39 0.55
HSL 328.7º 0.68% 0.27% -
HSV(B) 328.7º 0.81% 0.45% -
XYZ 8.33 4.59 6.24 -
YUV 54.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 114 22 70 0 0.81 0.39 0.55 328.7 0.68 0.27
Hex 72 16 46 0 51 27 37 149 44 1B
Octal 162 26 106 0 121 47 67 511 104 33
Binary 1110010 10110 1000110 0 1010001 100111 110111 101001001 1000100 11011

Color Harmonies of #721646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721646

Black with #721646

Text Example


Text Example

White with #721646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721646; }

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

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

background-color css

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

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

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

border-color css

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

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

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