#844266

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

Shades of Cosmic #844266

Tints of Cosmic #844266

Color information

#844266 (or 0x844266) is unknown color: approx Cosmic. HEX triplet: 84, 42 and 66. RGB value is (132,66,102). Sum of RGB (Red+Green+Blue) = 132+66+102=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #844266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844266 is #7BBD99. Grayscale: #595959. Windows color (decimal): -8109466 or 6701700. OLE color: 6701700.

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

Color convert

RGB13266102-
CMYK00.50.230.48
HSL327.27º33.33%38.82%-
HSV(B)327.27º50%51.76%-
XYZ13.869.7613.72-
YUV89.84134.87158.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 102 (40.23% from 255) = 34%
R=44%
G=22%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326610200.50.230.48327.2733.3338.82
Hex84426603217301472127
Octal20410214606227605074147
Binary1000010010000101100110011001010111110000101000111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844266; }

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

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

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

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

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

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

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

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