#834364

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

Shades of Cosmic #834364

Tints of Cosmic #834364

Color information

#834364 (or 0x834364) is unknown color: approx Cosmic. HEX triplet: 83, 43 and 64. RGB value is (131,67,100). Sum of RGB (Red+Green+Blue) = 131+67+100=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #834364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834364 is #7CBC9B. Grayscale: #595959. Windows color (decimal): -8174748 or 6570883. OLE color: 6570883.

HSL color Cylindrical-coordinate representation of color #834364: hue angle of 329.06º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834364 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB13167100-
CMYK00.490.240.49
HSL329.06º32.32%38.82%-
HSV(B)329.06º48.85%51.37%-
XYZ13.679.7613.22-
YUV89.9133.7157.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=43.96%
G=22.48%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316710000.490.240.49329.0632.3238.82
Hex83436403118311492027
Octal20310314406130615114047
Binary1000001110000111100100011000111000110001101001001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834364; }

 p { color: rgb(131,67,100); }

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

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

 a { background-color: rgb(131,67,100); }

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

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

 span { border-color: rgb(131,67,100); }

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