#845369

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

Shades of Cosmic #845369

Tints of Cosmic #845369

Color information

#845369 (or 0x845369) is unknown color: approx Cosmic. HEX triplet: 84, 53 and 69. RGB value is (132,83,105). Sum of RGB (Red+Green+Blue) = 132+83+105=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #845369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845369 is #7BAC96. Grayscale: #646464. Windows color (decimal): -8105111 or 6902660. OLE color: 6902660.

HSL color Cylindrical-coordinate representation of color #845369: hue angle of 333.06º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #845369 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13283105-
CMYK00.370.200.48
HSL333.06º22.79%42.16%-
HSV(B)333.06º37.12%51.76%-
XYZ15.1612.1114.9-
YUV100.16130.73150.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=41.25%
G=25.94%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328310500.370.200.48333.0622.7942.16
Hex845369025143014d172a
Octal20412315104524605152752
Binary100001001010011110100101001011010011000010100110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845369; }

 p { color: rgb(132,83,105); }

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

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

 a { background-color: rgb(132,83,105); }

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

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

 span { border-color: rgb(132,83,105); }

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