#700F4F

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

Shades of Pompadour #700F4F

Tints of Pompadour #700F4F

Color information

#700F4F (or 0x700F4F) is unknown color: approx Pompadour. HEX triplet: 70, 0F and 4F. RGB value is (112,15,79). Sum of RGB (Red+Green+Blue) = 112+15+79=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #700F4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F4F is #8FF0B0. Grayscale: #333333. Windows color (decimal): -9433265 or 5181296. OLE color: 5181296.

HSL color Cylindrical-coordinate representation of color #700F4F: hue angle of 320.41º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F4F is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1121579-
CMYK00.870.290.56
HSL320.41º76.38%24.9%-
HSV(B)320.41º86.61%43.92%-
XYZ8.264.357.8-
YUV51.3143.64171.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 15 (6.25% from 255) = 7.28%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=54.37%
G=7.28%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112157900.870.290.56320.4176.3824.9
Hex70F4F0571D381404c19
Octal160171170127357050011431
Binary1110000111110011110101011111101111000101000000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700F4F; }

 p { color: rgb(112,15,79); }

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

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

 a { background-color: rgb(112,15,79); }

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

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

 span { border-color: rgb(112,15,79); }

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