#70436B

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

Shades of Eminence #70436B

Tints of Eminence #70436B

Color information

#70436B (or 0x70436B) is unknown color: approx Eminence. HEX triplet: 70, 43 and 6B. RGB value is (112,67,107). Sum of RGB (Red+Green+Blue) = 112+67+107=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #70436B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70436B is #8FBC94. Grayscale: #545454. Windows color (decimal): -9419925 or 7029616. OLE color: 7029616.

HSL color Cylindrical-coordinate representation of color #70436B: hue angle of 306.67º 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 #70436B is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11267107-
CMYK00.400.040.56
HSL306.67º25.14%35.1%-
HSV(B)306.67º40.18%43.92%-
XYZ11.348.5214.96-
YUV85.02140.41147.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=39.16%
G=23.43%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126710700.400.040.56306.6725.1435.1
Hex70436B0284381331923
Octal1601031530504704633143
Binary111000010000111101011010100010011100010011001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70436B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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