#702845

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

Shades of Pompadour #702845

Tints of Pompadour #702845

Color information

#702845 (or 0x702845) is unknown color: approx Pompadour. HEX triplet: 70, 28 and 45. RGB value is (112,40,69). Sum of RGB (Red+Green+Blue) = 112+40+69=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #702845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702845 is #8FD7BA. Grayscale: #404040. Windows color (decimal): -9426875 or 4532336. OLE color: 4532336.

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

Color convert

RGB1124069-
CMYK00.640.380.56
HSL335.83º47.37%29.8%-
HSV(B)335.83º64.29%43.92%-
XYZ8.525.396.22-
YUV64.83130.35161.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=50.68%
G=18.10%
B=31.22%

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
Decimal112406900.640.380.56335.8347.3729.8
Hex70284504026381502f1e
Octal16050105010046705205736
Binary111000010100010001010100000010011011100010101000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702845; }

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

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

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

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

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

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

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

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