Html Css Color HEX #712050 Pompadour

📋 copy color: '#712050'

red 113 ◦ green 32 ◦ blue 80

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

Shades of Pompadour #712050

Tints of Pompadour #712050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

 BLUE value IS 80 (31.64% from 255) = 35.56%

R = 50.22%
G = 14.22%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#712050 (or 0x712050) is known color: Pompadour. HEX triplet: 71, 20 and 50. RGB value is (113,32,80). Sum of RGB (Red+Green+Blue) = 113+32+80=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #712050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712050 is #8EDFAF. Grayscale: #3D3D3D. Windows color (decimal): -9363376 or 5251185. OLE color: 5251185.

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

Color convert

RGB 113 32 80 -
CMYK 0 0.72 0.29 0.56
HSL 324.44º 0.56% 0.28% -
HSV(B) 324.44º 0.72% 0.44% -
XYZ 8.77 5.12 8.12 -
YUV 61.69 138.34 164.6 -
System Red Green Blue C M Y K H S L
Decimal 113 32 80 0 0.72 0.29 0.56 324.44 0.56 0.28
Hex 71 20 50 0 48 1D 38 144 38 1C
Octal 161 40 120 0 110 35 70 504 70 34
Binary 1110001 100000 1010000 0 1001000 11101 111000 101000100 111000 11100

Color Harmonies of #712050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712050

Black with #712050

Text Example


Text Example

White with #712050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712050; }

 p { color: rgb(113,32,80); }

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

background-color css

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

 a { background-color: rgb(113,32,80); }

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

border-color css

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

 span { border-color: rgb(113,32,80); }

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