Html Css Color HEX #711650 Pompadour

📋 copy color: '#711650'

red 113 ◦ green 22 ◦ blue 80

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

Shades of Pompadour #711650

Tints of Pompadour #711650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.21%

R = 52.56%
G = 10.23%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#711650 (or 0x711650) is known color: Pompadour. HEX triplet: 71, 16 and 50. RGB value is (113,22,80). Sum of RGB (Red+Green+Blue) = 113+22+80=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #711650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711650 is #8EE9AF. Grayscale: #373737. Windows color (decimal): -9365936 or 5248625. OLE color: 5248625.

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

Color convert

RGB 113 22 80 -
CMYK 0 0.81 0.29 0.56
HSL 321.76º 0.67% 0.26% -
HSV(B) 321.76º 0.81% 0.44% -
XYZ 8.54 4.66 8.04 -
YUV 55.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 113 22 80 0 0.81 0.29 0.56 321.76 0.67 0.26
Hex 71 16 50 0 51 1D 38 142 43 1A
Octal 161 26 120 0 121 35 70 502 103 32
Binary 1110001 10110 1010000 0 1010001 11101 111000 101000010 1000011 11010

Color Harmonies of #711650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711650

Black with #711650

Text Example


Text Example

White with #711650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711650; }

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

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

background-color css

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

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

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

border-color css

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

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

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