#844368

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

Shades of Cosmic #844368

Tints of Cosmic #844368

Color information

#844368 (or 0x844368) is unknown color: approx Cosmic. HEX triplet: 84, 43 and 68. RGB value is (132,67,104). Sum of RGB (Red+Green+Blue) = 132+67+104=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #844368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844368 is #7BBC97. Grayscale: #5A5A5A. Windows color (decimal): -8109208 or 6833028. OLE color: 6833028.

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

Color convert

RGB13267104-
CMYK00.490.210.48
HSL325.85º32.66%39.02%-
HSV(B)325.85º49.24%51.76%-
XYZ14.029.9214.27-
YUV90.65135.53157.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=43.56%
G=22.11%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326710400.490.210.48325.8532.6639.02
Hex84436803115301462127
Octal20410315006125605064147
Binary1000010010000111101000011000110101110000101000110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844368; }

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

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

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

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

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

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

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

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