Html Css Color HEX #711944 Pompadour

📋 copy color: '#711944'

red 113 ◦ green 25 ◦ blue 68

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

Shades of Pompadour #711944

Tints of Pompadour #711944

RGB

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

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

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

R = 54.85%
G = 12.14%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#711944 (or 0x711944) is known color: Pompadour. HEX triplet: 71, 19 and 44. RGB value is (113,25,68). Sum of RGB (Red+Green+Blue) = 113+25+68=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #711944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711944 is #8EE6BB. Grayscale: #383838. Windows color (decimal): -9365180 or 4462961. OLE color: 4462961.

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

Color convert

RGB 113 25 68 -
CMYK 0 0.78 0.40 0.56
HSL 330.68º 0.64% 0.27% -
HSV(B) 330.68º 0.78% 0.44% -
XYZ 8.2 4.62 5.93 -
YUV 56.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 113 25 68 0 0.78 0.40 0.56 330.68 0.64 0.27
Hex 71 19 44 0 4E 28 38 14B 40 1B
Octal 161 31 104 0 116 50 70 513 100 33
Binary 1110001 11001 1000100 0 1001110 101000 111000 101001011 1000000 11011

Color Harmonies of #711944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711944

Black with #711944

Text Example


Text Example

White with #711944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711944; }

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

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

background-color css

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

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

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

border-color css

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

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

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