#702844

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

Shades of Pompadour #702844

Tints of Pompadour #702844

Color information

#702844 (or 0x702844) is unknown color: approx Pompadour. HEX triplet: 70, 28 and 44. RGB value is (112,40,68). Sum of RGB (Red+Green+Blue) = 112+40+68=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #702844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702844 is #8FD7BB. Grayscale: #404040. Windows color (decimal): -9426876 or 4466800. OLE color: 4466800.

HSL color Cylindrical-coordinate representation of color #702844: hue angle of 336.67º 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 #702844 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1124068-
CMYK00.640.390.56
HSL336.67º47.37%29.8%-
HSV(B)336.67º64.29%43.92%-
XYZ8.485.386.06-
YUV64.72129.85161.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=50.91%
G=18.18%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112406800.640.390.56336.6747.3729.8
Hex70284404027381512f1e
Octal16050104010047705215736
Binary111000010100010001000100000010011111100010101000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702844; }

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

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

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

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

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

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

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

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