#844562

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

Shades of Cosmic #844562

Tints of Cosmic #844562

Color information

#844562 (or 0x844562) is unknown color: approx Cosmic. HEX triplet: 84, 45 and 62. RGB value is (132,69,98). Sum of RGB (Red+Green+Blue) = 132+69+98=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #844562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844562 is #7BBA9D. Grayscale: #5B5B5B. Windows color (decimal): -8108702 or 6440324. OLE color: 6440324.

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

Color convert

RGB1326998-
CMYK00.480.260.48
HSL332.38º31.34%39.41%-
HSV(B)332.38º47.73%51.76%-
XYZ13.8510.0412.76-
YUV91.14131.87157.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=44.15%
G=23.08%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132699800.480.260.48332.3831.3439.41
Hex8445620301A3014c1f27
Octal20410514206032605143747
Binary100001001000101110001001100001101011000010100110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844562; }

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

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

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

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

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

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

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

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