#844962

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

Shades of Cosmic #844962

Tints of Cosmic #844962

Color information

#844962 (or 0x844962) is unknown color: approx Cosmic. HEX triplet: 84, 49 and 62. RGB value is (132,73,98). Sum of RGB (Red+Green+Blue) = 132+73+98=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #844962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844962 is #7BB69D. Grayscale: #5D5D5D. Windows color (decimal): -8107678 or 6441348. OLE color: 6441348.

HSL color Cylindrical-coordinate representation of color #844962: hue angle of 334.58º 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 #844962 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1327398-
CMYK00.450.260.48
HSL334.58º28.78%40.2%-
HSV(B)334.58º44.7%51.76%-
XYZ14.110.5512.85-
YUV93.49130.55155.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=43.56%
G=24.09%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132739800.450.260.48334.5828.7840.2
Hex84496202D1A3014f1d28
Octal20411114205532605173550
Binary100001001001001110001001011011101011000010100111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844962; }

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

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

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

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

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

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

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

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