#844263

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

Shades of Cosmic #844263

Tints of Cosmic #844263

Color information

#844263 (or 0x844263) is unknown color: approx Cosmic. HEX triplet: 84, 42 and 63. RGB value is (132,66,99). Sum of RGB (Red+Green+Blue) = 132+66+99=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #844263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844263 is #7BBD9C. Grayscale: #595959. Windows color (decimal): -8109469 or 6505092. OLE color: 6505092.

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

Color convert

RGB1326699-
CMYK00.50.250.48
HSL330º33.33%38.82%-
HSV(B)330º50%51.76%-
XYZ13.729.712.95-
YUV89.5133.37158.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132669900.50.250.4833033.3338.82
Hex844263032193014a2127
Octal20410214306231605124147
Binary1000010010000101100011011001011001110000101001010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844263; }

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

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

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

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

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

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

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

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