#89426A

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

Shades of Cosmic #89426A

Tints of Cosmic #89426A

Color information

#89426A (or 0x89426A) is unknown color: approx Cosmic. HEX triplet: 89, 42 and 6A. RGB value is (137,66,106). Sum of RGB (Red+Green+Blue) = 137+66+106=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #89426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89426A is #76BD95. Grayscale: #5B5B5B. Windows color (decimal): -7781782 or 6963849. OLE color: 6963849.

HSL color Cylindrical-coordinate representation of color #89426A: hue angle of 326.2º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #89426A is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13766106-
CMYK00.520.230.46
HSL326.2º34.98%39.8%-
HSV(B)326.2º51.82%53.73%-
XYZ14.8710.2614.83-
YUV91.79136.02160.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=44.34%
G=21.36%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376610600.520.230.46326.234.9839.8
Hex89426A034172E1462328
Octal21110215206427565064350
Binary1000100110000101101010011010010111101110101000110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89426A; }

 p { color: rgb(137,66,106); }

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

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

 a { background-color: rgb(137,66,106); }

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

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

 span { border-color: rgb(137,66,106); }

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