Html Css Color HEX #711942 Pompadour

📋 copy color: '#711942'

red 113 ◦ green 25 ◦ blue 66

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

Shades of Pompadour #711942

Tints of Pompadour #711942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 55.39%
G = 12.25%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#711942 (or 0x711942) is known color: Pompadour. HEX triplet: 71, 19 and 42. RGB value is (113,25,66). Sum of RGB (Red+Green+Blue) = 113+25+66=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #711942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711942 is #8EE6BD. Grayscale: #373737. Windows color (decimal): -9365182 or 4331889. OLE color: 4331889.

HSL color Cylindrical-coordinate representation of color #711942: hue angle of 332.05º 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 #711942 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 66 -
CMYK 0 0.78 0.42 0.56
HSL 332.05º 0.64% 0.27% -
HSV(B) 332.05º 0.78% 0.44% -
XYZ 8.14 4.6 5.61 -
YUV 55.99 133.65 168.67 -
System Red Green Blue C M Y K H S L
Decimal 113 25 66 0 0.78 0.42 0.56 332.05 0.64 0.27
Hex 71 19 42 0 4E 2A 38 14C 40 1B
Octal 161 31 102 0 116 52 70 514 100 33
Binary 1110001 11001 1000010 0 1001110 101010 111000 101001100 1000000 11011

Color Harmonies of #711942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711942

Black with #711942

Text Example


Text Example

White with #711942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711942; }

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

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

background-color css

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

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

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

border-color css

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

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

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