Html Css Color HEX #711948 Pompadour

📋 copy color: '#711948'

red 113 ◦ green 25 ◦ blue 72

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

Shades of Pompadour #711948

Tints of Pompadour #711948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

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

R = 53.81%
G = 11.9%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#711948 (or 0x711948) is known color: Pompadour. HEX triplet: 71, 19 and 48. RGB value is (113,25,72). Sum of RGB (Red+Green+Blue) = 113+25+72=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #711948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711948 is #8EE6B7. Grayscale: #383838. Windows color (decimal): -9365176 or 4725105. OLE color: 4725105.

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

Color convert

RGB 113 25 72 -
CMYK 0 0.78 0.36 0.56
HSL 327.95º 0.64% 0.27% -
HSV(B) 327.95º 0.78% 0.44% -
XYZ 8.33 4.67 6.59 -
YUV 56.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 113 25 72 0 0.78 0.36 0.56 327.95 0.64 0.27
Hex 71 19 48 0 4E 24 38 148 40 1B
Octal 161 31 110 0 116 44 70 510 100 33
Binary 1110001 11001 1001000 0 1001110 100100 111000 101001000 1000000 11011

Color Harmonies of #711948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711948

Black with #711948

Text Example


Text Example

White with #711948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711948; }

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

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

background-color css

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

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

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

border-color css

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

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

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