Html Css Color HEX #711755 Pompadour

📋 copy color: '#711755'

red 113 ◦ green 23 ◦ blue 85

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

Shades of Pompadour #711755

Tints of Pompadour #711755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

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

R = 51.13%
G = 10.41%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#711755 (or 0x711755) is known color: Pompadour. HEX triplet: 71, 17 and 55. RGB value is (113,23,85). Sum of RGB (Red+Green+Blue) = 113+23+85=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #711755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711755 is #8EE8AA. Grayscale: #383838. Windows color (decimal): -9365675 or 5576561. OLE color: 5576561.

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

Color convert

RGB 113 23 85 -
CMYK 0 0.80 0.25 0.56
HSL 318.67º 0.66% 0.27% -
HSV(B) 318.67º 0.8% 0.44% -
XYZ 8.76 4.78 9.06 -
YUV 56.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 113 23 85 0 0.80 0.25 0.56 318.67 0.66 0.27
Hex 71 17 55 0 50 19 38 13F 42 1B
Octal 161 27 125 0 120 31 70 477 102 33
Binary 1110001 10111 1010101 0 1010000 11001 111000 100111111 1000010 11011

Color Harmonies of #711755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711755

Black with #711755

Text Example


Text Example

White with #711755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711755; }

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

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

background-color css

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

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

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

border-color css

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

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

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