Html Css Color HEX #721648 Pompadour

📋 copy color: '#721648'

red 114 ◦ green 22 ◦ blue 72

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

Shades of Pompadour #721648

Tints of Pompadour #721648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 54.81%
G = 10.58%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#721648 (or 0x721648) is known color: Pompadour. HEX triplet: 72, 16 and 48. RGB value is (114,22,72). Sum of RGB (Red+Green+Blue) = 114+22+72=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #721648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721648 is #8DE9B7. Grayscale: #373737. Windows color (decimal): -9300408 or 4724338. OLE color: 4724338.

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

Color convert

RGB 114 22 72 -
CMYK 0 0.81 0.37 0.55
HSL 327.39º 0.68% 0.27% -
HSV(B) 327.39º 0.81% 0.45% -
XYZ 8.4 4.62 6.58 -
YUV 55.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 114 22 72 0 0.81 0.37 0.55 327.39 0.68 0.27
Hex 72 16 48 0 51 25 37 147 44 1B
Octal 162 26 110 0 121 45 67 507 104 33
Binary 1110010 10110 1001000 0 1010001 100101 110111 101000111 1000100 11011

Color Harmonies of #721648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721648

Black with #721648

Text Example


Text Example

White with #721648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721648; }

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

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

background-color css

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

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

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

border-color css

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

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

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