#844164

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

Shades of Cosmic #844164

Tints of Cosmic #844164

Color information

#844164 (or 0x844164) is unknown color: approx Cosmic. HEX triplet: 84, 41 and 64. RGB value is (132,65,100). Sum of RGB (Red+Green+Blue) = 132+65+100=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #844164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844164 is #7BBE9B. Grayscale: #585858. Windows color (decimal): -8109724 or 6570372. OLE color: 6570372.

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

Color convert

RGB13265100-
CMYK00.510.240.48
HSL328.66º34.01%38.63%-
HSV(B)328.66º50.76%51.76%-
XYZ13.719.6113.19-
YUV89.02134.2158.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=44.44%
G=21.89%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326510000.510.240.48328.6634.0138.63
Hex84416403318301492227
Octal20410114406330605114247
Binary1000010010000011100100011001111000110000101001001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844164; }

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

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

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

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

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

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

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

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