Html Css Color HEX #711A4C Pompadour

📋 copy color: '#711A4C'

red 113 ◦ green 26 ◦ blue 76

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

Shades of Pompadour #711A4C

Tints of Pompadour #711A4C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

 BLUE value IS 76 (30.08% from 255) = 35.35%

R = 52.56%
G = 12.09%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#711A4C (or 0x711A4C) is known color: Pompadour. HEX triplet: 71, 1A and 4C. RGB value is (113,26,76). Sum of RGB (Red+Green+Blue) = 113+26+76=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #711A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A4C is #8EE5B3. Grayscale: #393939. Windows color (decimal): -9364916 or 4987505. OLE color: 4987505.

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

Color convert

RGB 113 26 76 -
CMYK 0 0.77 0.33 0.56
HSL 325.52º 0.63% 0.27% -
HSV(B) 325.52º 0.77% 0.44% -
XYZ 8.48 4.77 7.31 -
YUV 57.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 113 26 76 0 0.77 0.33 0.56 325.52 0.63 0.27
Hex 71 1A 4C 0 4D 21 38 146 3F 1B
Octal 161 32 114 0 115 41 70 506 77 33
Binary 1110001 11010 1001100 0 1001101 100001 111000 101000110 111111 11011

Color Harmonies of #711A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A4C

Black with #711A4C

Text Example


Text Example

White with #711A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,26,76); }

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

background-color css

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

 a { background-color: rgb(113,26,76); }

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

border-color css

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

 span { border-color: rgb(113,26,76); }

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