Html Css Color HEX #712047 Pompadour

📋 copy color: '#712047'

red 113 ◦ green 32 ◦ blue 71

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

Shades of Pompadour #712047

Tints of Pompadour #712047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.87%

R = 52.31%
G = 14.81%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#712047 (or 0x712047) is known color: Pompadour. HEX triplet: 71, 20 and 47. RGB value is (113,32,71). Sum of RGB (Red+Green+Blue) = 113+32+71=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #712047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712047 is #8EDFB8. Grayscale: #3C3C3C. Windows color (decimal): -9363385 or 4661361. OLE color: 4661361.

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

Color convert

RGB 113 32 71 -
CMYK 0 0.72 0.37 0.56
HSL 331.11º 0.56% 0.28% -
HSV(B) 331.11º 0.72% 0.44% -
XYZ 8.46 5 6.48 -
YUV 60.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 113 32 71 0 0.72 0.37 0.56 331.11 0.56 0.28
Hex 71 20 47 0 48 25 38 14B 38 1C
Octal 161 40 107 0 110 45 70 513 70 34
Binary 1110001 100000 1000111 0 1001000 100101 111000 101001011 111000 11100

Color Harmonies of #712047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712047

Black with #712047

Text Example


Text Example

White with #712047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712047; }

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

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

background-color css

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

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

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

border-color css

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

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

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