#844265

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

Shades of Cosmic #844265

Tints of Cosmic #844265

Color information

#844265 (or 0x844265) is unknown color: approx Cosmic. HEX triplet: 84, 42 and 65. RGB value is (132,66,101). Sum of RGB (Red+Green+Blue) = 132+66+101=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #844265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844265 is #7BBD9A. Grayscale: #595959. Windows color (decimal): -8109467 or 6636164. OLE color: 6636164.

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

Color convert

RGB13266101-
CMYK00.50.230.48
HSL328.18º33.33%38.82%-
HSV(B)328.18º50%51.76%-
XYZ13.819.7413.46-
YUV89.72134.37158.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=44.15%
G=22.07%
B=33.78%

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
Decimal1326610100.50.230.48328.1833.3338.82
Hex84426503217301482127
Octal20410214506227605104147
Binary1000010010000101100101011001010111110000101001000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844265; }

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

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

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

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

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

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

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

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