Html Css Color HEX #711852 Pompadour

📋 copy color: '#711852'

red 113 ◦ green 24 ◦ blue 82

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

Shades of Pompadour #711852

Tints of Pompadour #711852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.44%

R = 51.6%
G = 10.96%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#711852 (or 0x711852) is known color: Pompadour. HEX triplet: 71, 18 and 52. RGB value is (113,24,82). Sum of RGB (Red+Green+Blue) = 113+24+82=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #711852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711852 is #8EE7AD. Grayscale: #393939. Windows color (decimal): -9365422 or 5380209. OLE color: 5380209.

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

Color convert

RGB 113 24 82 -
CMYK 0 0.79 0.27 0.56
HSL 320.9º 0.65% 0.27% -
HSV(B) 320.9º 0.79% 0.44% -
XYZ 8.66 4.77 8.45 -
YUV 57.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 113 24 82 0 0.79 0.27 0.56 320.9 0.65 0.27
Hex 71 18 52 0 4F 1B 38 141 41 1B
Octal 161 30 122 0 117 33 70 501 101 33
Binary 1110001 11000 1010010 0 1001111 11011 111000 101000001 1000001 11011

Color Harmonies of #711852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711852

Black with #711852

Text Example


Text Example

White with #711852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711852; }

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

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

background-color css

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

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

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

border-color css

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

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

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