#844565

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

Shades of Cosmic #844565

Tints of Cosmic #844565

Color information

#844565 (or 0x844565) is unknown color: approx Cosmic. HEX triplet: 84, 45 and 65. RGB value is (132,69,101). Sum of RGB (Red+Green+Blue) = 132+69+101=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #844565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844565 is #7BBA9A. Grayscale: #5B5B5B. Windows color (decimal): -8108699 or 6636932. OLE color: 6636932.

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

Color convert

RGB13269101-
CMYK00.480.230.48
HSL329.52º31.34%39.41%-
HSV(B)329.52º47.73%51.76%-
XYZ13.9910.113.52-
YUV91.48133.37156.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.71%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=43.71%
G=22.85%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326910100.480.230.48329.5231.3439.41
Hex844565030173014a1f27
Octal20410514506027605123747
Binary100001001000101110010101100001011111000010100101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844565; }

 p { color: rgb(132,69,101); }

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

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

 a { background-color: rgb(132,69,101); }

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

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

 span { border-color: rgb(132,69,101); }

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