Html Css Color HEX #721548 Pompadour

📋 copy color: '#721548'

red 114 ◦ green 21 ◦ blue 72

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

Shades of Pompadour #721548

Tints of Pompadour #721548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

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

R = 55.07%
G = 10.14%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#721548 (or 0x721548) is known color: Pompadour. HEX triplet: 72, 15 and 48. RGB value is (114,21,72). Sum of RGB (Red+Green+Blue) = 114+21+72=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #721548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721548 is #8DEAB7. Grayscale: #363636. Windows color (decimal): -9300664 or 4724082. OLE color: 4724082.

HSL color Cylindrical-coordinate representation of color #721548: hue angle of 327.1º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721548 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 72 -
CMYK 0 0.82 0.37 0.55
HSL 327.1º 0.69% 0.26% -
HSV(B) 327.1º 0.82% 0.45% -
XYZ 8.38 4.58 6.57 -
YUV 54.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 114 21 72 0 0.82 0.37 0.55 327.1 0.69 0.26
Hex 72 15 48 0 52 25 37 147 45 1A
Octal 162 25 110 0 122 45 67 507 105 32
Binary 1110010 10101 1001000 0 1010010 100101 110111 101000111 1000101 11010

Color Harmonies of #721548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721548

Black with #721548

Text Example


Text Example

White with #721548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721548; }

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

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

background-color css

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

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

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

border-color css

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

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

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