Html Css Color HEX #712647 Pompadour

📋 copy color: '#712647'

red 113 ◦ green 38 ◦ blue 71

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

Shades of Pompadour #712647

Tints of Pompadour #712647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.12%

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

R = 50.9%
G = 17.12%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#712647 (or 0x712647) is known color: Pompadour. HEX triplet: 71, 26 and 47. RGB value is (113,38,71). Sum of RGB (Red+Green+Blue) = 113+38+71=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #712647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712647 is #8ED9B8. Grayscale: #404040. Windows color (decimal): -9361849 or 4662897. OLE color: 4662897.

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

Color convert

RGB 113 38 71 -
CMYK 0 0.66 0.37 0.56
HSL 333.6º 0.5% 0.3% -
HSV(B) 333.6º 0.66% 0.44% -
XYZ 8.64 5.35 6.54 -
YUV 64.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 113 38 71 0 0.66 0.37 0.56 333.6 0.5 0.3
Hex 71 26 47 0 42 25 38 14E 32 1E
Octal 161 46 107 0 102 45 70 516 62 36
Binary 1110001 100110 1000111 0 1000010 100101 111000 101001110 110010 11110

Color Harmonies of #712647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712647

Black with #712647

Text Example


Text Example

White with #712647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712647; }

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

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

background-color css

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

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

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

border-color css

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

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

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