#704269

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

Shades of Eminence #704269

Tints of Eminence #704269

Color information

#704269 (or 0x704269) is unknown color: approx Eminence. HEX triplet: 70, 42 and 69. RGB value is (112,66,105). Sum of RGB (Red+Green+Blue) = 112+66+105=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #704269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704269 is #8FBD96. Grayscale: #545454. Windows color (decimal): -9420183 or 6898288. OLE color: 6898288.

HSL color Cylindrical-coordinate representation of color #704269: hue angle of 309.13º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #704269 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11266105-
CMYK00.410.060.56
HSL309.13º25.84%34.9%-
HSV(B)309.13º41.07%43.92%-
XYZ11.188.3614.39-
YUV84.2139.74147.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=39.58%
G=23.32%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126610500.410.060.56309.1325.8434.9
Hex7042690296381351a23
Octal1601021510516704653243
Binary111000010000101101001010100111011100010011010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704269; }

 p { color: rgb(112,66,105); }

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

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

 a { background-color: rgb(112,66,105); }

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

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

 span { border-color: rgb(112,66,105); }

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