#844066

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

Shades of Cosmic #844066

Tints of Cosmic #844066

Color information

#844066 (or 0x844066) is unknown color: approx Cosmic. HEX triplet: 84, 40 and 66. RGB value is (132,64,102). Sum of RGB (Red+Green+Blue) = 132+64+102=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #844066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844066 is #7BBF99. Grayscale: #585858. Windows color (decimal): -8109978 or 6701188. OLE color: 6701188.

HSL color Cylindrical-coordinate representation of color #844066: hue angle of 326.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844066 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13264102-
CMYK00.520.230.48
HSL326.47º34.69%38.43%-
HSV(B)326.47º51.52%51.76%-
XYZ13.759.5313.69-
YUV88.66135.53158.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=44.30%
G=21.48%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326410200.520.230.48326.4734.6938.43
Hex84406603417301462326
Octal20410014606427605064346
Binary1000010010000001100110011010010111110000101000110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844066; }

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

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

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

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

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

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

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

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