#844360

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

Shades of Cosmic #844360

Tints of Cosmic #844360

Color information

#844360 (or 0x844360) is unknown color: approx Cosmic. HEX triplet: 84, 43 and 60. RGB value is (132,67,96). Sum of RGB (Red+Green+Blue) = 132+67+96=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #844360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844360 is #7BBC9F. Grayscale: #595959. Windows color (decimal): -8109216 or 6308740. OLE color: 6308740.

HSL color Cylindrical-coordinate representation of color #844360: hue angle of 333.23º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #844360 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1326796-
CMYK00.490.270.48
HSL333.23º32.66%39.02%-
HSV(B)333.23º49.24%51.76%-
XYZ13.639.7612.23-
YUV89.74131.53158.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 67 (26.56% from 255) = 22.71%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=44.75%
G=22.71%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132679600.490.270.48333.2332.6639.02
Hex8443600311B3014d2127
Octal20410314006133605154147
Binary1000010010000111100000011000111011110000101001101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844360; }

 p { color: rgb(132,67,96); }

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

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

 a { background-color: rgb(132,67,96); }

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

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

 span { border-color: rgb(132,67,96); }

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