#702147

Color #702147 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #702147

Tints of Pompadour #702147

Color information

#702147 (or 0x702147) is unknown color: approx Pompadour. HEX triplet: 70, 21 and 47. RGB value is (112,33,71). Sum of RGB (Red+Green+Blue) = 112+33+71=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #702147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702147 is #8FDEB8. Grayscale: #3C3C3C. Windows color (decimal): -9428665 or 4661616. OLE color: 4661616.

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

Color convert

RGB1123371-
CMYK00.710.370.56
HSL331.14º54.48%28.43%-
HSV(B)331.14º70.54%43.92%-
XYZ8.364.996.48-
YUV60.95133.67164.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=51.85%
G=15.28%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112337100.710.370.56331.1454.4828.43
Hex702147047253814b361c
Octal16041107010745705136634
Binary111000010000110001110100011110010111100010100101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702147; }

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

 H1.HeaderClassName
 {
   color: #702147;
 }
 .AnyTagClassName
 {
   color: #702147;
 }
</style>
background-color css

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

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

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

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

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

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