#833E5B

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

Shades of Cosmic #833E5B

Tints of Cosmic #833E5B

Color information

#833E5B (or 0x833E5B) is unknown color: approx Cosmic. HEX triplet: 83, 3E and 5B. RGB value is (131,62,91). Sum of RGB (Red+Green+Blue) = 131+62+91=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #833E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833E5B is #7CC1A4. Grayscale: #555555. Windows color (decimal): -8176037 or 5979779. OLE color: 5979779.

HSL color Cylindrical-coordinate representation of color #833E5B: hue angle of 334.78º 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 #833E5B is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1316291-
CMYK00.530.310.49
HSL334.78º35.75%37.84%-
HSV(B)334.78º52.67%51.37%-
XYZ12.979.0310.96-
YUV85.94130.86160.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 62 (24.61% from 255) = 21.83%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=46.13%
G=21.83%
B=32.04%

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
Decimal131629100.530.310.49334.7835.7537.84
Hex833E5B0351F3114f2426
Octal2037613306537615174446
Binary100000111111101011011011010111111110001101001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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