Html Css Color HEX #711042 Pompadour

📋 copy color: '#711042'

red 113 ◦ green 16 ◦ blue 66

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

Shades of Pompadour #711042

Tints of Pompadour #711042

RGB

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

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

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

R = 57.95%
G = 8.21%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#711042 (or 0x711042) is known color: Pompadour. HEX triplet: 71, 10 and 42. RGB value is (113,16,66). Sum of RGB (Red+Green+Blue) = 113+16+66=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #711042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711042 is #8EEFBD. Grayscale: #323232. Windows color (decimal): -9367486 or 4329585. OLE color: 4329585.

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

Color convert

RGB 113 16 66 -
CMYK 0 0.86 0.42 0.56
HSL 329.07º 0.75% 0.25% -
HSV(B) 329.07º 0.86% 0.44% -
XYZ 7.98 4.27 5.56 -
YUV 50.7 136.64 172.43 -
System Red Green Blue C M Y K H S L
Decimal 113 16 66 0 0.86 0.42 0.56 329.07 0.75 0.25
Hex 71 10 42 0 56 2A 38 149 4B 19
Octal 161 20 102 0 126 52 70 511 113 31
Binary 1110001 10000 1000010 0 1010110 101010 111000 101001001 1001011 11001

Color Harmonies of #711042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711042

Black with #711042

Text Example


Text Example

White with #711042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711042; }

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

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

background-color css

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

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

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

border-color css

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

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

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