#834061

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

Shades of Cosmic #834061

Tints of Cosmic #834061

Color information

#834061 (or 0x834061) is unknown color: approx Cosmic. HEX triplet: 83, 40 and 61. RGB value is (131,64,97). Sum of RGB (Red+Green+Blue) = 131+64+97=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #834061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834061 is #7CBF9E. Grayscale: #575757. Windows color (decimal): -8175519 or 6373507. OLE color: 6373507.

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

Color convert

RGB1316497-
CMYK00.510.260.49
HSL330.45º34.36%38.24%-
HSV(B)330.45º51.15%51.37%-
XYZ13.359.3612.41-
YUV87.79133.2158.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.86%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=44.86%
G=21.92%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131649700.510.260.49330.4534.3638.24
Hex8340610331A3114a2226
Octal20310014106332615124246
Binary1000001110000001100001011001111010110001101001010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834061; }

 p { color: rgb(131,64,97); }

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

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

 a { background-color: rgb(131,64,97); }

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

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

 span { border-color: rgb(131,64,97); }

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