Html Css Color HEX #711748 Pompadour

📋 copy color: '#711748'

red 113 ◦ green 23 ◦ blue 72

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

Shades of Pompadour #711748

Tints of Pompadour #711748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

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

R = 54.33%
G = 11.06%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#711748 (or 0x711748) is known color: Pompadour. HEX triplet: 71, 17 and 48. RGB value is (113,23,72). Sum of RGB (Red+Green+Blue) = 113+23+72=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #711748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711748 is #8EE8B7. Grayscale: #373737. Windows color (decimal): -9365688 or 4724593. OLE color: 4724593.

HSL color Cylindrical-coordinate representation of color #711748: hue angle of 327.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711748 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 72 -
CMYK 0 0.80 0.36 0.56
HSL 327.33º 0.66% 0.27% -
HSV(B) 327.33º 0.8% 0.44% -
XYZ 8.29 4.59 6.58 -
YUV 55.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 113 23 72 0 0.80 0.36 0.56 327.33 0.66 0.27
Hex 71 17 48 0 50 24 38 147 42 1B
Octal 161 27 110 0 120 44 70 507 102 33
Binary 1110001 10111 1001000 0 1010000 100100 111000 101000111 1000010 11011

Color Harmonies of #711748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711748

Black with #711748

Text Example


Text Example

White with #711748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711748; }

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

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

background-color css

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

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

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

border-color css

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

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

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