#835269

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

Shades of Cosmic #835269

Tints of Cosmic #835269

Color information

#835269 (or 0x835269) is unknown color: approx Cosmic. HEX triplet: 83, 52 and 69. RGB value is (131,82,105). Sum of RGB (Red+Green+Blue) = 131+82+105=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #835269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835269 is #7CAD96. Grayscale: #636363. Windows color (decimal): -8170903 or 6902403. OLE color: 6902403.

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

Color convert

RGB13182105-
CMYK00.370.200.49
HSL331.84º23%41.76%-
HSV(B)331.84º37.4%51.37%-
XYZ14.9311.8814.87-
YUV99.27131.23150.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.19%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=41.19%
G=25.79%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318210500.370.200.49331.842341.76
Hex835269025143114c172a
Octal20312215104524615142752
Binary100000111010010110100101001011010011000110100110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835269; }

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

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

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

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

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

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

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

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