Html Css Color HEX #711855 Pompadour

📋 copy color: '#711855'

red 113 ◦ green 24 ◦ blue 85

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

Shades of Pompadour #711855

Tints of Pompadour #711855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.81%

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

R = 50.9%
G = 10.81%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#711855 (or 0x711855) is known color: Pompadour. HEX triplet: 71, 18 and 55. RGB value is (113,24,85). Sum of RGB (Red+Green+Blue) = 113+24+85=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #711855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711855 is #8EE7AA. Grayscale: #393939. Windows color (decimal): -9365419 or 5576817. OLE color: 5576817.

HSL color Cylindrical-coordinate representation of color #711855: hue angle of 318.88º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711855 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 24 85 -
CMYK 0 0.79 0.25 0.56
HSL 318.88º 0.65% 0.27% -
HSV(B) 318.88º 0.79% 0.44% -
XYZ 8.78 4.82 9.06 -
YUV 57.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 113 24 85 0 0.79 0.25 0.56 318.88 0.65 0.27
Hex 71 18 55 0 4F 19 38 13F 41 1B
Octal 161 30 125 0 117 31 70 477 101 33
Binary 1110001 11000 1010101 0 1001111 11001 111000 100111111 1000001 11011

Color Harmonies of #711855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711855

Black with #711855

Text Example


Text Example

White with #711855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711855; }

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

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

background-color css

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

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

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

border-color css

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

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

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