Html Css Color HEX #711655 Pompadour

📋 copy color: '#711655'

red 113 ◦ green 22 ◦ blue 85

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

Shades of Pompadour #711655

Tints of Pompadour #711655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

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

R = 51.36%
G = 10%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#711655 (or 0x711655) is known color: Pompadour. HEX triplet: 71, 16 and 55. RGB value is (113,22,85). Sum of RGB (Red+Green+Blue) = 113+22+85=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #711655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711655 is #8EE9AA. Grayscale: #383838. Windows color (decimal): -9365931 or 5576305. OLE color: 5576305.

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

Color convert

RGB 113 22 85 -
CMYK 0 0.81 0.25 0.56
HSL 318.46º 0.67% 0.26% -
HSV(B) 318.46º 0.81% 0.44% -
XYZ 8.74 4.74 9.05 -
YUV 56.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 113 22 85 0 0.81 0.25 0.56 318.46 0.67 0.26
Hex 71 16 55 0 51 19 38 13E 43 1A
Octal 161 26 125 0 121 31 70 476 103 32
Binary 1110001 10110 1010101 0 1010001 11001 111000 100111110 1000011 11010

Color Harmonies of #711655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711655

Black with #711655

Text Example


Text Example

White with #711655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711655; }

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

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

background-color css

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

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

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

border-color css

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

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

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