Html Css Color HEX #721846 Pompadour

📋 copy color: '#721846'

red 114 ◦ green 24 ◦ blue 70

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

Shades of Pompadour #721846

Tints of Pompadour #721846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

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

R = 54.81%
G = 11.54%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#721846 (or 0x721846) is known color: Pompadour. HEX triplet: 72, 18 and 46. RGB value is (114,24,70). Sum of RGB (Red+Green+Blue) = 114+24+70=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #721846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721846 is #8DE7B9. Grayscale: #383838. Windows color (decimal): -9299898 or 4593778. OLE color: 4593778.

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

Color convert

RGB 114 24 70 -
CMYK 0 0.79 0.39 0.55
HSL 329.33º 0.65% 0.27% -
HSV(B) 329.33º 0.79% 0.45% -
XYZ 8.37 4.67 6.26 -
YUV 56.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 114 24 70 0 0.79 0.39 0.55 329.33 0.65 0.27
Hex 72 18 46 0 4F 27 37 149 41 1B
Octal 162 30 106 0 117 47 67 511 101 33
Binary 1110010 11000 1000110 0 1001111 100111 110111 101001001 1000001 11011

Color Harmonies of #721846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721846

Black with #721846

Text Example


Text Example

White with #721846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721846; }

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

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

background-color css

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

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

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

border-color css

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

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

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