#835069

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

Shades of Cosmic #835069

Tints of Cosmic #835069

Color information

#835069 (or 0x835069) is unknown color: approx Cosmic. HEX triplet: 83, 50 and 69. RGB value is (131,80,105). Sum of RGB (Red+Green+Blue) = 131+80+105=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 131 - color contains mainly: red. Hex color #835069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835069 is #7CAF96. Grayscale: #626262. Windows color (decimal): -8171415 or 6901891. OLE color: 6901891.

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

Color convert

RGB13180105-
CMYK00.390.200.49
HSL330.59º24.17%41.37%-
HSV(B)330.59º38.93%51.37%-
XYZ14.7811.5814.82-
YUV98.1131.9151.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.46%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=41.46%
G=25.32%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318010500.390.200.49330.5924.1741.37
Hex835069027143114b1829
Octal20312015104724615133051
Binary100000111010000110100101001111010011000110100101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835069; }

 p { color: rgb(131,80,105); }

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

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

 a { background-color: rgb(131,80,105); }

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

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

 span { border-color: rgb(131,80,105); }

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