Html Css Color HEX #711953 Pompadour

📋 copy color: '#711953'

red 113 ◦ green 25 ◦ blue 83

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

Shades of Pompadour #711953

Tints of Pompadour #711953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.31%

 BLUE value IS 83 (32.81% from 255) = 37.56%

R = 51.13%
G = 11.31%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#711953 (or 0x711953) is known color: Pompadour. HEX triplet: 71, 19 and 53. RGB value is (113,25,83). Sum of RGB (Red+Green+Blue) = 113+25+83=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #711953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711953 is #8EE6AC. Grayscale: #393939. Windows color (decimal): -9365165 or 5446001. OLE color: 5446001.

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

Color convert

RGB 113 25 83 -
CMYK 0 0.78 0.27 0.56
HSL 320.45º 0.64% 0.27% -
HSV(B) 320.45º 0.78% 0.44% -
XYZ 8.72 4.83 8.66 -
YUV 57.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 113 25 83 0 0.78 0.27 0.56 320.45 0.64 0.27
Hex 71 19 53 0 4E 1B 38 140 40 1B
Octal 161 31 123 0 116 33 70 500 100 33
Binary 1110001 11001 1010011 0 1001110 11011 111000 101000000 1000000 11011

Color Harmonies of #711953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711953

Black with #711953

Text Example


Text Example

White with #711953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711953; }

 p { color: rgb(113,25,83); }

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

background-color css

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

 a { background-color: rgb(113,25,83); }

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

border-color css

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

 span { border-color: rgb(113,25,83); }

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