#844961

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

Shades of Cosmic #844961

Tints of Cosmic #844961

Color information

#844961 (or 0x844961) is unknown color: approx Cosmic. HEX triplet: 84, 49 and 61. RGB value is (132,73,97). Sum of RGB (Red+Green+Blue) = 132+73+97=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #844961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844961 is #7BB69E. Grayscale: #5D5D5D. Windows color (decimal): -8107679 or 6375812. OLE color: 6375812.

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

Color convert

RGB1327397-
CMYK00.450.270.48
HSL335.59º28.78%40.2%-
HSV(B)335.59º44.7%51.76%-
XYZ14.0610.5312.6-
YUV93.38130.05155.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.71%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=43.71%
G=24.17%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132739700.450.270.48335.5928.7840.2
Hex84496102D1B301501d28
Octal20411114105533605203550
Binary100001001001001110000101011011101111000010101000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844961; }

 p { color: rgb(132,73,97); }

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

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

 a { background-color: rgb(132,73,97); }

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

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

 span { border-color: rgb(132,73,97); }

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