#702846

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

Shades of Pompadour #702846

Tints of Pompadour #702846

Color information

#702846 (or 0x702846) is unknown color: approx Pompadour. HEX triplet: 70, 28 and 46. RGB value is (112,40,70). Sum of RGB (Red+Green+Blue) = 112+40+70=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #702846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702846 is #8FD7B9. Grayscale: #404040. Windows color (decimal): -9426874 or 4597872. OLE color: 4597872.

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

Color convert

RGB1124070-
CMYK00.640.380.56
HSL335º47.37%29.8%-
HSV(B)335º64.29%43.92%-
XYZ8.555.46.39-
YUV64.95130.85161.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=50.45%
G=18.02%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112407000.640.380.5633547.3729.8
Hex702846040263814f2f1e
Octal16050106010046705175736
Binary111000010100010001100100000010011011100010100111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702846; }

 p { color: rgb(112,40,70); }

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

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

 a { background-color: rgb(112,40,70); }

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

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

 span { border-color: rgb(112,40,70); }

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