#702146

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

Shades of Pompadour #702146

Tints of Pompadour #702146

Color information

#702146 (or 0x702146) is unknown color: approx Pompadour. HEX triplet: 70, 21 and 46. RGB value is (112,33,70). Sum of RGB (Red+Green+Blue) = 112+33+70=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #702146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702146 is #8FDEB9. Grayscale: #3C3C3C. Windows color (decimal): -9428666 or 4596080. OLE color: 4596080.

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

Color convert

RGB1123370-
CMYK00.710.380.56
HSL331.9º54.48%28.43%-
HSV(B)331.9º70.54%43.92%-
XYZ8.334.976.32-
YUV60.84133.17164.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=52.09%
G=15.35%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112337000.710.380.56331.954.4828.43
Hex702146047263814c361c
Octal16041106010746705146634
Binary111000010000110001100100011110011011100010100110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702146; }

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

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

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

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

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

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

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

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