Html Css Color HEX #711244 Pompadour

📋 copy color: '#711244'

red 113 ◦ green 18 ◦ blue 68

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

Shades of Pompadour #711244

Tints of Pompadour #711244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.05%

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

R = 56.78%
G = 9.05%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#711244 (or 0x711244) is known color: Pompadour. HEX triplet: 71, 12 and 44. RGB value is (113,18,68). Sum of RGB (Red+Green+Blue) = 113+18+68=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #711244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711244 is #8EEDBB. Grayscale: #343434. Windows color (decimal): -9366972 or 4461169. OLE color: 4461169.

HSL color Cylindrical-coordinate representation of color #711244: hue angle of 328.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711244 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 68 -
CMYK 0 0.84 0.40 0.56
HSL 328.42º 0.73% 0.26% -
HSV(B) 328.42º 0.84% 0.44% -
XYZ 8.07 4.36 5.89 -
YUV 52.11 136.97 171.43 -
System Red Green Blue C M Y K H S L
Decimal 113 18 68 0 0.84 0.40 0.56 328.42 0.73 0.26
Hex 71 12 44 0 54 28 38 148 49 1A
Octal 161 22 104 0 124 50 70 510 111 32
Binary 1110001 10010 1000100 0 1010100 101000 111000 101001000 1001001 11010

Color Harmonies of #711244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711244

Black with #711244

Text Example


Text Example

White with #711244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711244; }

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

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

background-color css

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

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

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

border-color css

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

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

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