Html Css Color HEX #711D54 Pompadour

📋 copy color: '#711D54'

red 113 ◦ green 29 ◦ blue 84

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

Shades of Pompadour #711D54

Tints of Pompadour #711D54

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.83%

 BLUE value IS 84 (33.2% from 255) = 37.17%

R = 50%
G = 12.83%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#711D54 (or 0x711D54) is known color: Pompadour. HEX triplet: 71, 1D and 54. RGB value is (113,29,84). Sum of RGB (Red+Green+Blue) = 113+29+84=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #711D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711D54 is #8EE2AB. Grayscale: #3C3C3C. Windows color (decimal): -9364140 or 5512561. OLE color: 5512561.

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

Color convert

RGB 113 29 84 -
CMYK 0 0.74 0.26 0.56
HSL 320.71º 0.59% 0.28% -
HSV(B) 320.71º 0.74% 0.44% -
XYZ 8.85 5.03 8.89 -
YUV 60.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 113 29 84 0 0.74 0.26 0.56 320.71 0.59 0.28
Hex 71 1D 54 0 4A 1A 38 141 3B 1C
Octal 161 35 124 0 112 32 70 501 73 34
Binary 1110001 11101 1010100 0 1001010 11010 111000 101000001 111011 11100

Color Harmonies of #711D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D54

Black with #711D54

Text Example


Text Example

White with #711D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,29,84); }

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

background-color css

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

 a { background-color: rgb(113,29,84); }

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

border-color css

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

 span { border-color: rgb(113,29,84); }

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