#844364

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

Shades of Cosmic #844364

Tints of Cosmic #844364

Color information

#844364 (or 0x844364) is unknown color: approx Cosmic. HEX triplet: 84, 43 and 64. RGB value is (132,67,100). Sum of RGB (Red+Green+Blue) = 132+67+100=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #844364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844364 is #7BBC9B. Grayscale: #5A5A5A. Windows color (decimal): -8109212 or 6570884. OLE color: 6570884.

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

Color convert

RGB13267100-
CMYK00.490.240.48
HSL329.54º32.66%39.02%-
HSV(B)329.54º49.24%51.76%-
XYZ13.829.8413.23-
YUV90.2133.53157.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=44.15%
G=22.41%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326710000.490.240.48329.5432.6639.02
Hex844364031183014a2127
Octal20410314406130605124147
Binary1000010010000111100100011000111000110000101001010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844364; }

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

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

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

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

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

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

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

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