Html Css Color HEX #712052 Pompadour

📋 copy color: '#712052'

red 113 ◦ green 32 ◦ blue 82

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

Shades of Pompadour #712052

Tints of Pompadour #712052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 49.78%
G = 14.1%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#712052 (or 0x712052) is known color: Pompadour. HEX triplet: 71, 20 and 52. RGB value is (113,32,82). Sum of RGB (Red+Green+Blue) = 113+32+82=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #712052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712052 is #8EDFAD. Grayscale: #3D3D3D. Windows color (decimal): -9363374 or 5382257. OLE color: 5382257.

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

Color convert

RGB 113 32 82 -
CMYK 0 0.72 0.27 0.56
HSL 322.96º 0.56% 0.28% -
HSV(B) 322.96º 0.72% 0.44% -
XYZ 8.85 5.15 8.51 -
YUV 61.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 113 32 82 0 0.72 0.27 0.56 322.96 0.56 0.28
Hex 71 20 52 0 48 1B 38 143 38 1C
Octal 161 40 122 0 110 33 70 503 70 34
Binary 1110001 100000 1010010 0 1001000 11011 111000 101000011 111000 11100

Color Harmonies of #712052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712052

Black with #712052

Text Example


Text Example

White with #712052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712052; }

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

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

background-color css

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

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

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

border-color css

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

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

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