#844270

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

Shades of Cosmic #844270

Tints of Cosmic #844270

Color information

#844270 (or 0x844270) is unknown color: approx Cosmic. HEX triplet: 84, 42 and 70. RGB value is (132,66,112). Sum of RGB (Red+Green+Blue) = 132+66+112=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #844270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844270 is #7BBD8F. Grayscale: #5A5A5A. Windows color (decimal): -8109456 or 7357060. OLE color: 7357060.

HSL color Cylindrical-coordinate representation of color #844270: hue angle of 318.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844270 is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13266112-
CMYK00.50.150.48
HSL318.18º33.33%38.82%-
HSV(B)318.18º50%51.76%-
XYZ14.399.9716.5-
YUV90.98139.87157.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=42.58%
G=21.29%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326611200.50.150.48318.1833.3338.82
Hex844270032F3013e2127
Octal20410216006217604764147
Binary100001001000010111000001100101111110000100111110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844270; }

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

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

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

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

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

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

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

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