#845A70

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

Shades of Cosmic #845A70

Tints of Cosmic #845A70

Color information

#845A70 (or 0x845A70) is unknown color: approx Cosmic. HEX triplet: 84, 5A and 70. RGB value is (132,90,112). Sum of RGB (Red+Green+Blue) = 132+90+112=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #845A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A70 is #7BA58F. Grayscale: #696969. Windows color (decimal): -8103312 or 7363204. OLE color: 7363204.

HSL color Cylindrical-coordinate representation of color #845A70: hue angle of 328.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #845A70 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13290112-
CMYK00.320.150.48
HSL328.57º18.92%43.53%-
HSV(B)328.57º31.82%51.76%-
XYZ16.113.3917.06-
YUV105.07131.91147.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 90 (35.55% from 255) = 26.95%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=39.52%
G=26.95%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329011200.320.150.48328.5718.9243.53
Hex845A70020F30149132c
Octal20413216004017605112354
Binary10000100101101011100000100000111111000010100100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845A70; }

 p { color: rgb(132,90,112); }

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

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

 a { background-color: rgb(132,90,112); }

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

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

 span { border-color: rgb(132,90,112); }

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