#853A65

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

Shades of Cosmic #853A65

Tints of Cosmic #853A65

Color information

#853A65 (or 0x853A65) is unknown color: approx Cosmic. HEX triplet: 85, 3A and 65. RGB value is (133,58,101). Sum of RGB (Red+Green+Blue) = 133+58+101=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #853A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A65 is #7AC59A. Grayscale: #555555. Windows color (decimal): -8045979 or 6634117. OLE color: 6634117.

HSL color Cylindrical-coordinate representation of color #853A65: hue angle of 325.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A65 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13358101-
CMYK00.560.240.48
HSL325.6º39.27%37.45%-
HSV(B)325.6º56.39%52.16%-
XYZ13.538.9513.33-
YUV85.33136.85162-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 58 (23.05% from 255) = 19.86%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=45.55%
G=19.86%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335810100.560.240.48325.639.2737.45
Hex853A6503818301462725
Octal2057214507030605064745
Binary100001011110101100101011100011000110000101000110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853A65; }

 p { color: rgb(133,58,101); }

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

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

 a { background-color: rgb(133,58,101); }

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

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

 span { border-color: rgb(133,58,101); }

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