#70436F

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

Shades of Eminence #70436F

Tints of Eminence #70436F

Color information

#70436F (or 0x70436F) is unknown color: approx Eminence. HEX triplet: 70, 43 and 6F. RGB value is (112,67,111). Sum of RGB (Red+Green+Blue) = 112+67+111=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70436F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70436F is #8FBC90. Grayscale: #555555. Windows color (decimal): -9419921 or 7291760. OLE color: 7291760.

HSL color Cylindrical-coordinate representation of color #70436F: hue angle of 301.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70436F is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11267111-
CMYK00.400.010.56
HSL301.33º25.14%35.1%-
HSV(B)301.33º40.18%43.92%-
XYZ11.568.6116.09-
YUV85.47142.41146.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=38.62%
G=23.10%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126711100.400.010.56301.3325.1435.1
Hex70436F02813812d1923
Octal1601031570501704553143
Binary1110000100001111011110101000111100010010110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70436F; }

 p { color: rgb(112,67,111); }

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

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

 a { background-color: rgb(112,67,111); }

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

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

 span { border-color: rgb(112,67,111); }

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