Html Css Color HEX #712547 Pompadour

📋 copy color: '#712547'

red 113 ◦ green 37 ◦ blue 71

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

Shades of Pompadour #712547

Tints of Pompadour #712547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

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

R = 51.13%
G = 16.74%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#712547 (or 0x712547) is known color: Pompadour. HEX triplet: 71, 25 and 47. RGB value is (113,37,71). Sum of RGB (Red+Green+Blue) = 113+37+71=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #712547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712547 is #8EDAB8. Grayscale: #3F3F3F. Windows color (decimal): -9362105 or 4662641. OLE color: 4662641.

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

Color convert

RGB 113 37 71 -
CMYK 0 0.67 0.37 0.56
HSL 333.16º 0.51% 0.29% -
HSV(B) 333.16º 0.67% 0.44% -
XYZ 8.61 5.29 6.53 -
YUV 63.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 113 37 71 0 0.67 0.37 0.56 333.16 0.51 0.29
Hex 71 25 47 0 43 25 38 14D 33 1D
Octal 161 45 107 0 103 45 70 515 63 35
Binary 1110001 100101 1000111 0 1000011 100101 111000 101001101 110011 11101

Color Harmonies of #712547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712547

Black with #712547

Text Example


Text Example

White with #712547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712547; }

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

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

background-color css

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

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

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

border-color css

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

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

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