#833962

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

Shades of Cosmic #833962

Tints of Cosmic #833962

Color information

#833962 (or 0x833962) is unknown color: approx Cosmic. HEX triplet: 83, 39 and 62. RGB value is (131,57,98). Sum of RGB (Red+Green+Blue) = 131+57+98=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #833962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833962 is #7CC69D. Grayscale: #535353. Windows color (decimal): -8177310 or 6437251. OLE color: 6437251.

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

Color convert

RGB1315798-
CMYK00.560.250.49
HSL326.76º39.36%36.86%-
HSV(B)326.76º56.49%51.37%-
XYZ13.038.6312.54-
YUV83.8136.02161.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.80%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=45.80%
G=19.93%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131579800.560.250.49326.7639.3636.86
Hex83396203819311472725
Octal2037114207031615074745
Binary100000111110011100010011100011001110001101000111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833962; }

 p { color: rgb(131,57,98); }

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

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

 a { background-color: rgb(131,57,98); }

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

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

 span { border-color: rgb(131,57,98); }

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