#844661

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

Shades of Cosmic #844661

Tints of Cosmic #844661

Color information

#844661 (or 0x844661) is unknown color: approx Cosmic. HEX triplet: 84, 46 and 61. RGB value is (132,70,97). Sum of RGB (Red+Green+Blue) = 132+70+97=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #844661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844661 is #7BB99E. Grayscale: #5B5B5B. Windows color (decimal): -8108447 or 6375044. OLE color: 6375044.

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

Color convert

RGB1327097-
CMYK00.470.270.48
HSL333.87º30.69%39.61%-
HSV(B)333.87º46.97%51.76%-
XYZ13.8610.1512.54-
YUV91.62131.04156.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=44.15%
G=23.41%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132709700.470.270.48333.8730.6939.61
Hex84466102F1B3014e1f28
Octal20410614105733605163750
Binary100001001000110110000101011111101111000010100111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844661; }

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

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

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

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

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

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

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

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