Html Css Color HEX #712147 Pompadour

📋 copy color: '#712147'

red 113 ◦ green 33 ◦ blue 71

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

Shades of Pompadour #712147

Tints of Pompadour #712147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.21%

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

R = 52.07%
G = 15.21%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#712147 (or 0x712147) is known color: Pompadour. HEX triplet: 71, 21 and 47. RGB value is (113,33,71). Sum of RGB (Red+Green+Blue) = 113+33+71=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #712147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712147 is #8EDEB8. Grayscale: #3D3D3D. Windows color (decimal): -9363129 or 4661617. OLE color: 4661617.

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

Color convert

RGB 113 33 71 -
CMYK 0 0.71 0.37 0.56
HSL 331.5º 0.55% 0.29% -
HSV(B) 331.5º 0.71% 0.44% -
XYZ 8.49 5.05 6.49 -
YUV 61.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 113 33 71 0 0.71 0.37 0.56 331.5 0.55 0.29
Hex 71 21 47 0 47 25 38 14C 37 1D
Octal 161 41 107 0 107 45 70 514 67 35
Binary 1110001 100001 1000111 0 1000111 100101 111000 101001100 110111 11101

Color Harmonies of #712147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712147

Black with #712147

Text Example


Text Example

White with #712147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712147; }

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

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

background-color css

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

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

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

border-color css

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

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

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