#844369

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

Shades of Cosmic #844369

Tints of Cosmic #844369

Color information

#844369 (or 0x844369) is unknown color: approx Cosmic. HEX triplet: 84, 43 and 69. RGB value is (132,67,105). Sum of RGB (Red+Green+Blue) = 132+67+105=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #844369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844369 is #7BBC96. Grayscale: #5A5A5A. Windows color (decimal): -8109207 or 6898564. OLE color: 6898564.

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

Color convert

RGB13267105-
CMYK00.490.200.48
HSL324.92º32.66%39.02%-
HSV(B)324.92º49.24%51.76%-
XYZ14.079.9414.54-
YUV90.77136.03157.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=43.42%
G=22.04%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326710500.490.200.48324.9232.6639.02
Hex84436903114301452127
Octal20410315106124605054147
Binary1000010010000111101001011000110100110000101000101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844369; }

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

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

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

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

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

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

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

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