Html Css Color HEX #711740 Pompadour

📋 copy color: '#711740'

red 113 ◦ green 23 ◦ blue 64

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

Shades of Pompadour #711740

Tints of Pompadour #711740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32%

R = 56.5%
G = 11.5%
B = 32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#711740 (or 0x711740) is known color: Pompadour. HEX triplet: 71, 17 and 40. RGB value is (113,23,64). Sum of RGB (Red+Green+Blue) = 113+23+64=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #711740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711740 is #8EE8BF. Grayscale: #363636. Windows color (decimal): -9365696 or 4200305. OLE color: 4200305.

HSL color Cylindrical-coordinate representation of color #711740: hue angle of 332.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 #711740 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 64 -
CMYK 0 0.80 0.43 0.56
HSL 332.67º 0.66% 0.27% -
HSV(B) 332.67º 0.8% 0.44% -
XYZ 8.04 4.49 5.29 -
YUV 54.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 113 23 64 0 0.80 0.43 0.56 332.67 0.66 0.27
Hex 71 17 40 0 50 2B 38 14D 42 1B
Octal 161 27 100 0 120 53 70 515 102 33
Binary 1110001 10111 1000000 0 1010000 101011 111000 101001101 1000010 11011

Color Harmonies of #711740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711740

Black with #711740

Text Example


Text Example

White with #711740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711740; }

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

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

background-color css

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

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

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

border-color css

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

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

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