Html Css Color HEX #711255 Pompadour

📋 copy color: '#711255'

red 113 ◦ green 18 ◦ blue 85

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

Shades of Pompadour #711255

Tints of Pompadour #711255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.35%

R = 52.31%
G = 8.33%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#711255 (or 0x711255) is known color: Pompadour. HEX triplet: 71, 12 and 55. RGB value is (113,18,85). Sum of RGB (Red+Green+Blue) = 113+18+85=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #711255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711255 is #8EEDAA. Grayscale: #353535. Windows color (decimal): -9366955 or 5575281. OLE color: 5575281.

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

Color convert

RGB 113 18 85 -
CMYK 0 0.84 0.25 0.56
HSL 317.68º 0.73% 0.26% -
HSV(B) 317.68º 0.84% 0.44% -
XYZ 8.67 4.6 9.03 -
YUV 54.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 113 18 85 0 0.84 0.25 0.56 317.68 0.73 0.26
Hex 71 12 55 0 54 19 38 13E 49 1A
Octal 161 22 125 0 124 31 70 476 111 32
Binary 1110001 10010 1010101 0 1010100 11001 111000 100111110 1001001 11010

Color Harmonies of #711255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711255

Black with #711255

Text Example


Text Example

White with #711255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711255; }

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

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

background-color css

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

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

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

border-color css

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

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

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