#702144

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

Shades of Pompadour #702144

Tints of Pompadour #702144

Color information

#702144 (or 0x702144) is unknown color: approx Pompadour. HEX triplet: 70, 21 and 44. RGB value is (112,33,68). Sum of RGB (Red+Green+Blue) = 112+33+68=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #702144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702144 is #8FDEBB. Grayscale: #3C3C3C. Windows color (decimal): -9428668 or 4465008. OLE color: 4465008.

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

Color convert

RGB1123368-
CMYK00.710.390.56
HSL333.42º54.48%28.43%-
HSV(B)333.42º70.54%43.92%-
XYZ8.274.955.99-
YUV60.61132.17164.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=52.58%
G=15.49%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112336800.710.390.56333.4254.4828.43
Hex702144047273814d361c
Octal16041104010747705156634
Binary111000010000110001000100011110011111100010100110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702144; }

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

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

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

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

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

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

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

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