#844160

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

Shades of Cosmic #844160

Tints of Cosmic #844160

Color information

#844160 (or 0x844160) is unknown color: approx Cosmic. HEX triplet: 84, 41 and 60. RGB value is (132,65,96). Sum of RGB (Red+Green+Blue) = 132+65+96=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #844160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844160 is #7BBE9F. Grayscale: #585858. Windows color (decimal): -8109728 or 6308228. OLE color: 6308228.

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

Color convert

RGB1326596-
CMYK00.510.270.48
HSL332.24º34.01%38.63%-
HSV(B)332.24º50.76%51.76%-
XYZ13.529.5312.19-
YUV88.57132.2158.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=45.05%
G=22.18%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132659600.510.270.48332.2434.0138.63
Hex8441600331B3014c2227
Octal20410114006333605144247
Binary1000010010000011100000011001111011110000101001100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844160; }

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

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

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

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

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

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

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

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