Html Css Color HEX #711548 Pompadour

📋 copy color: '#711548'

red 113 ◦ green 21 ◦ blue 72

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

Shades of Pompadour #711548

Tints of Pompadour #711548

RGB

 RED value IS 113 (44.53% from 255) = 54.85%

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

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

R = 54.85%
G = 10.19%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#711548 (or 0x711548) is known color: Pompadour. HEX triplet: 71, 15 and 48. RGB value is (113,21,72). Sum of RGB (Red+Green+Blue) = 113+21+72=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #711548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711548 is #8EEAB7. Grayscale: #363636. Windows color (decimal): -9366200 or 4724081. OLE color: 4724081.

HSL color Cylindrical-coordinate representation of color #711548: hue angle of 326.74º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711548 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 72 -
CMYK 0 0.81 0.36 0.56
HSL 326.74º 0.69% 0.26% -
HSV(B) 326.74º 0.81% 0.44% -
XYZ 8.25 4.51 6.57 -
YUV 54.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 113 21 72 0 0.81 0.36 0.56 326.74 0.69 0.26
Hex 71 15 48 0 51 24 38 147 45 1A
Octal 161 25 110 0 121 44 70 507 105 32
Binary 1110001 10101 1001000 0 1010001 100100 111000 101000111 1000101 11010

Color Harmonies of #711548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711548

Black with #711548

Text Example


Text Example

White with #711548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711548; }

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

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

background-color css

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

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

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

border-color css

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

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

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