Html Css Color HEX #712054 Pompadour

📋 copy color: '#712054'

red 113 ◦ green 32 ◦ blue 84

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

Shades of Pompadour #712054

Tints of Pompadour #712054

RGB

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

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

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

R = 49.34%
G = 13.97%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#712054 (or 0x712054) is known color: Pompadour. HEX triplet: 71, 20 and 54. RGB value is (113,32,84). Sum of RGB (Red+Green+Blue) = 113+32+84=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #712054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712054 is #8EDFAB. Grayscale: #3E3E3E. Windows color (decimal): -9363372 or 5513329. OLE color: 5513329.

HSL color Cylindrical-coordinate representation of color #712054: hue angle of 321.48º 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 #712054 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 84 -
CMYK 0 0.72 0.26 0.56
HSL 321.48º 0.56% 0.28% -
HSV(B) 321.48º 0.72% 0.44% -
XYZ 8.93 5.18 8.92 -
YUV 62.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 113 32 84 0 0.72 0.26 0.56 321.48 0.56 0.28
Hex 71 20 54 0 48 1A 38 141 38 1C
Octal 161 40 124 0 110 32 70 501 70 34
Binary 1110001 100000 1010100 0 1001000 11010 111000 101000001 111000 11100

Color Harmonies of #712054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712054

Black with #712054

Text Example


Text Example

White with #712054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712054; }

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

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

background-color css

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

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

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

border-color css

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

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

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