#833E5F

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

Shades of Cosmic #833E5F

Tints of Cosmic #833E5F

Color information

#833E5F (or 0x833E5F) is unknown color: approx Cosmic. HEX triplet: 83, 3E and 5F. RGB value is (131,62,95). Sum of RGB (Red+Green+Blue) = 131+62+95=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #833E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833E5F is #7CC1A0. Grayscale: #565656. Windows color (decimal): -8176033 or 6241923. OLE color: 6241923.

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

Color convert

RGB1316295-
CMYK00.530.270.49
HSL331.3º35.75%37.84%-
HSV(B)331.3º52.67%51.37%-
XYZ13.159.111.89-
YUV86.39132.86159.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.49%
GREEN value IS 62 (24.61% from 255) = 21.53%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=45.49%
G=21.53%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131629500.530.270.49331.335.7537.84
Hex833E5F0351B3114b2426
Octal2037613706533615134446
Binary100000111111101011111011010111011110001101001011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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