#844272

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

Shades of Cosmic #844272

Tints of Cosmic #844272

Color information

#844272 (or 0x844272) is unknown color: approx Cosmic. HEX triplet: 84, 42 and 72. RGB value is (132,66,114). Sum of RGB (Red+Green+Blue) = 132+66+114=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #844272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844272 is #7BBD8D. Grayscale: #5B5B5B. Windows color (decimal): -8109454 or 7488132. OLE color: 7488132.

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

Color convert

RGB13266114-
CMYK00.50.140.48
HSL316.36º33.33%38.82%-
HSV(B)316.36º50%51.76%-
XYZ14.510.0217.09-
YUV91.21140.87157.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=42.31%
G=21.15%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326611400.50.140.48316.3633.3338.82
Hex844272032E3013c2127
Octal20410216206216604744147
Binary100001001000010111001001100101110110000100111100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844272; }

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

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

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

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

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

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

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

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