#844561

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

Shades of Cosmic #844561

Tints of Cosmic #844561

Color information

#844561 (or 0x844561) is unknown color: approx Cosmic. HEX triplet: 84, 45 and 61. RGB value is (132,69,97). Sum of RGB (Red+Green+Blue) = 132+69+97=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #844561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844561 is #7BBA9E. Grayscale: #5A5A5A. Windows color (decimal): -8108703 or 6374788. OLE color: 6374788.

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

Color convert

RGB1326997-
CMYK00.480.270.48
HSL333.33º31.34%39.41%-
HSV(B)333.33º47.73%51.76%-
XYZ13.810.0212.52-
YUV91.03131.37157.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=44.30%
G=23.15%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132699700.480.270.48333.3331.3439.41
Hex8445610301B3014d1f27
Octal20410514106033605153747
Binary100001001000101110000101100001101111000010100110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844561; }

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

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

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

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

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

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

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

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