#833E5A

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

Shades of Cosmic #833E5A

Tints of Cosmic #833E5A

Color information

#833E5A (or 0x833E5A) is unknown color: approx Cosmic. HEX triplet: 83, 3E and 5A. RGB value is (131,62,90). Sum of RGB (Red+Green+Blue) = 131+62+90=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #833E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833E5A is #7CC1A5. Grayscale: #555555. Windows color (decimal): -8176038 or 5914243. OLE color: 5914243.

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

Color convert

RGB1316290-
CMYK00.530.310.49
HSL335.65º35.75%37.84%-
HSV(B)335.65º52.67%51.37%-
XYZ12.939.0110.73-
YUV85.82130.36160.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=46.29%
G=21.91%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131629000.530.310.49335.6535.7537.84
Hex833E5A0351F311502426
Octal2037613206537615204446
Binary100000111111101011010011010111111110001101010000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833E5A; }

 p { color: rgb(131,62,90); }

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

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

 a { background-color: rgb(131,62,90); }

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

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

 span { border-color: rgb(131,62,90); }

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