Html Css Color HEX #711048 Pompadour

📋 copy color: '#711048'

red 113 ◦ green 16 ◦ blue 72

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

Shades of Pompadour #711048

Tints of Pompadour #711048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

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

R = 56.22%
G = 7.96%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#711048 (or 0x711048) is known color: Pompadour. HEX triplet: 71, 10 and 48. RGB value is (113,16,72). Sum of RGB (Red+Green+Blue) = 113+16+72=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #711048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711048 is #8EEFB7. Grayscale: #333333. Windows color (decimal): -9367480 or 4722801. OLE color: 4722801.

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

Color convert

RGB 113 16 72 -
CMYK 0 0.86 0.36 0.56
HSL 325.36º 0.75% 0.25% -
HSV(B) 325.36º 0.86% 0.44% -
XYZ 8.17 4.35 6.54 -
YUV 51.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 113 16 72 0 0.86 0.36 0.56 325.36 0.75 0.25
Hex 71 10 48 0 56 24 38 145 4B 19
Octal 161 20 110 0 126 44 70 505 113 31
Binary 1110001 10000 1001000 0 1010110 100100 111000 101000101 1001011 11001

Color Harmonies of #711048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711048

Black with #711048

Text Example


Text Example

White with #711048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711048; }

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

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

background-color css

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

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

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

border-color css

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

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

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