#844168

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

Shades of Cosmic #844168

Tints of Cosmic #844168

Color information

#844168 (or 0x844168) is unknown color: approx Cosmic. HEX triplet: 84, 41 and 68. RGB value is (132,65,104). Sum of RGB (Red+Green+Blue) = 132+65+104=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #844168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844168 is #7BBE97. Grayscale: #595959. Windows color (decimal): -8109720 or 6832516. OLE color: 6832516.

HSL color Cylindrical-coordinate representation of color #844168: hue angle of 325.07º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844168 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13265104-
CMYK00.510.210.48
HSL325.07º34.01%38.63%-
HSV(B)325.07º50.76%51.76%-
XYZ13.99.6914.23-
YUV89.48136.2158.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=43.85%
G=21.59%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326510400.510.210.48325.0734.0138.63
Hex84416803315301452227
Octal20410115006325605054247
Binary1000010010000011101000011001110101110000101000101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844168; }

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

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

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

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

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

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

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

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