Html Css Color HEX #711C53 Pompadour

📋 copy color: '#711C53'

red 113 ◦ green 28 ◦ blue 83

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

Shades of Pompadour #711C53

Tints of Pompadour #711C53

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.5%

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

R = 50.45%
G = 12.5%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#711C53 (or 0x711C53) is known color: Pompadour. HEX triplet: 71, 1C and 53. RGB value is (113,28,83). Sum of RGB (Red+Green+Blue) = 113+28+83=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #711C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C53 is #8EE3AC. Grayscale: #3B3B3B. Windows color (decimal): -9364397 or 5446769. OLE color: 5446769.

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

Color convert

RGB 113 28 83 -
CMYK 0 0.75 0.27 0.56
HSL 321.18º 0.6% 0.28% -
HSV(B) 321.18º 0.75% 0.44% -
XYZ 8.79 4.97 8.68 -
YUV 59.69 141.16 166.03 -
System Red Green Blue C M Y K H S L
Decimal 113 28 83 0 0.75 0.27 0.56 321.18 0.6 0.28
Hex 71 1C 53 0 4B 1B 38 141 3C 1C
Octal 161 34 123 0 113 33 70 501 74 34
Binary 1110001 11100 1010011 0 1001011 11011 111000 101000001 111100 11100

Color Harmonies of #711C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C53

Black with #711C53

Text Example


Text Example

White with #711C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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