#844862

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

Shades of Cosmic #844862

Tints of Cosmic #844862

Color information

#844862 (or 0x844862) is unknown color: approx Cosmic. HEX triplet: 84, 48 and 62. RGB value is (132,72,98). Sum of RGB (Red+Green+Blue) = 132+72+98=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #844862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844862 is #7BB79D. Grayscale: #5C5C5C. Windows color (decimal): -8107934 or 6441092. OLE color: 6441092.

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

Color convert

RGB1327298-
CMYK00.450.260.48
HSL334º29.41%40%-
HSV(B)334º45.45%51.76%-
XYZ14.0410.4212.83-
YUV92.9130.88155.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.71%
GREEN value IS 72 (28.52% from 255) = 23.84%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=43.71%
G=23.84%
B=32.45%

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
Decimal132729800.450.260.4833429.4140
Hex84486202D1A3014e1d28
Octal20411014205532605163550
Binary100001001001000110001001011011101011000010100111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844862; }

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

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

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

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

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

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

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

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