#844061

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

Shades of Cosmic #844061

Tints of Cosmic #844061

Color information

#844061 (or 0x844061) is unknown color: approx Cosmic. HEX triplet: 84, 40 and 61. RGB value is (132,64,97). Sum of RGB (Red+Green+Blue) = 132+64+97=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #844061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844061 is #7BBF9E. Grayscale: #585858. Windows color (decimal): -8109983 or 6373508. OLE color: 6373508.

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

Color convert

RGB1326497-
CMYK00.520.270.48
HSL330.88º34.69%38.43%-
HSV(B)330.88º51.52%51.76%-
XYZ13.519.4412.42-
YUV88.09133.03159.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=45.05%
G=21.84%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132649700.520.270.48330.8834.6938.43
Hex8440610341B3014b2326
Octal20410014106433605134346
Binary1000010010000001100001011010011011110000101001011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844061; }

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

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

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

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

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

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

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

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