#702346

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

Shades of Pompadour #702346

Tints of Pompadour #702346

Color information

#702346 (or 0x702346) is unknown color: approx Pompadour. HEX triplet: 70, 23 and 46. RGB value is (112,35,70). Sum of RGB (Red+Green+Blue) = 112+35+70=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #702346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702346 is #8FDCB9. Grayscale: #3D3D3D. Windows color (decimal): -9428154 or 4596592. OLE color: 4596592.

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

Color convert

RGB1123570-
CMYK00.690.380.56
HSL332.73º52.38%28.82%-
HSV(B)332.73º68.75%43.92%-
XYZ8.395.096.33-
YUV62.01132.51163.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.61%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 70 (27.73% from 255) = 32.26%
R=51.61%
G=16.13%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112357000.690.380.56332.7352.3828.82
Hex702346045263814d341d
Octal16043106010546705156435
Binary111000010001110001100100010110011011100010100110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702346; }

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

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

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

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

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

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

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

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