Html Css Color HEX #711044 Pompadour

📋 copy color: '#711044'

red 113 ◦ green 16 ◦ blue 68

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

Shades of Pompadour #711044

Tints of Pompadour #711044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.52%

R = 57.36%
G = 8.12%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#711044 (or 0x711044) is known color: Pompadour. HEX triplet: 71, 10 and 44. RGB value is (113,16,68). Sum of RGB (Red+Green+Blue) = 113+16+68=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #711044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711044 is #8EEFBB. Grayscale: #323232. Windows color (decimal): -9367484 or 4460657. OLE color: 4460657.

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

Color convert

RGB 113 16 68 -
CMYK 0 0.86 0.40 0.56
HSL 327.84º 0.75% 0.25% -
HSV(B) 327.84º 0.86% 0.44% -
XYZ 8.04 4.3 5.87 -
YUV 50.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 113 16 68 0 0.86 0.40 0.56 327.84 0.75 0.25
Hex 71 10 44 0 56 28 38 148 4B 19
Octal 161 20 104 0 126 50 70 510 113 31
Binary 1110001 10000 1000100 0 1010110 101000 111000 101001000 1001011 11001

Color Harmonies of #711044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711044

Black with #711044

Text Example


Text Example

White with #711044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711044; }

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

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

background-color css

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

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

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

border-color css

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

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

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