#702240

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

Shades of Pompadour #702240

Tints of Pompadour #702240

Color information

#702240 (or 0x702240) is unknown color: approx Pompadour. HEX triplet: 70, 22 and 40. RGB value is (112,34,64). Sum of RGB (Red+Green+Blue) = 112+34+64=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #702240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702240 is #8FDDBF. Grayscale: #3C3C3C. Windows color (decimal): -9428416 or 4203120. OLE color: 4203120.

HSL color Cylindrical-coordinate representation of color #702240: hue angle of 336.92º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702240 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1123464-
CMYK00.700.430.56
HSL336.92º53.42%28.63%-
HSV(B)336.92º69.64%43.92%-
XYZ8.184.965.38-
YUV60.74129.84164.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=53.33%
G=16.19%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112346400.700.430.56336.9253.4228.63
Hex7022400462B38151351d
Octal16042100010653705216535
Binary111000010001010000000100011010101111100010101000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702240; }

 p { color: rgb(112,34,64); }

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

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

 a { background-color: rgb(112,34,64); }

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

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

 span { border-color: rgb(112,34,64); }

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