#844361

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

Shades of Cosmic #844361

Tints of Cosmic #844361

Color information

#844361 (or 0x844361) is unknown color: approx Cosmic. HEX triplet: 84, 43 and 61. RGB value is (132,67,97). Sum of RGB (Red+Green+Blue) = 132+67+97=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #844361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844361 is #7BBC9E. Grayscale: #595959. Windows color (decimal): -8109215 or 6374276. OLE color: 6374276.

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

Color convert

RGB1326797-
CMYK00.490.270.48
HSL332.31º32.66%39.02%-
HSV(B)332.31º49.24%51.76%-
XYZ13.689.7812.48-
YUV89.85132.03158.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 67 (26.56% from 255) = 22.64%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=44.59%
G=22.64%
B=32.77%

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
Decimal132679700.490.270.48332.3132.6639.02
Hex8443610311B3014c2127
Octal20410314106133605144147
Binary1000010010000111100001011000111011110000101001100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844361; }

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

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

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

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

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

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

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

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