#844670

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

Shades of Cosmic #844670

Tints of Cosmic #844670

Color information

#844670 (or 0x844670) is unknown color: approx Cosmic. HEX triplet: 84, 46 and 70. RGB value is (132,70,112). Sum of RGB (Red+Green+Blue) = 132+70+112=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #844670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844670 is #7BB98F. Grayscale: #5D5D5D. Windows color (decimal): -8108432 or 7358084. OLE color: 7358084.

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

Color convert

RGB13270112-
CMYK00.470.150.48
HSL319.35º30.69%39.61%-
HSV(B)319.35º46.97%51.76%-
XYZ14.6310.4616.58-
YUV93.33138.54155.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=42.04%
G=22.29%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327011200.470.150.48319.3530.6939.61
Hex84467002FF3013f1f28
Octal20410616005717604773750
Binary10000100100011011100000101111111111000010011111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844670; }

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

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

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

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

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

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

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

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