#833B5F

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

Shades of Cosmic #833B5F

Tints of Cosmic #833B5F

Color information

#833B5F (or 0x833B5F) is unknown color: approx Cosmic. HEX triplet: 83, 3B and 5F. RGB value is (131,59,95). Sum of RGB (Red+Green+Blue) = 131+59+95=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #833B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833B5F is #7CC4A0. Grayscale: #545454. Windows color (decimal): -8176801 or 6241155. OLE color: 6241155.

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

Color convert

RGB1315995-
CMYK00.550.270.49
HSL330º37.89%37.25%-
HSV(B)330º54.96%51.37%-
XYZ12.998.7811.84-
YUV84.63133.85161.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 59 (23.44% from 255) = 20.70%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=45.96%
G=20.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131599500.550.270.4933037.8937.25
Hex833B5F0371B3114a2625
Octal2037313706733615124645
Binary100000111110111011111011011111011110001101001010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,59,95); }

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

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

 a { background-color: rgb(131,59,95); }

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

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

 span { border-color: rgb(131,59,95); }

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