#844062

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

Shades of Cosmic #844062

Tints of Cosmic #844062

Color information

#844062 (or 0x844062) is unknown color: approx Cosmic. HEX triplet: 84, 40 and 62. RGB value is (132,64,98). Sum of RGB (Red+Green+Blue) = 132+64+98=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #844062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844062 is #7BBF9D. Grayscale: #585858. Windows color (decimal): -8109982 or 6439044. OLE color: 6439044.

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

Color convert

RGB1326498-
CMYK00.520.260.48
HSL330º34.69%38.43%-
HSV(B)330º51.52%51.76%-
XYZ13.559.4512.67-
YUV88.21133.53159.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 64 (25.39% from 255) = 21.77%
BLUE value IS 98 (38.67% from 255) = 33.33%
R=44.90%
G=21.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132649800.520.260.4833034.6938.43
Hex8440620341A3014a2326
Octal20410014206432605124346
Binary1000010010000001100010011010011010110000101001010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844062; }

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

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

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

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

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

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

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

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