#833869

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

Shades of Cosmic #833869

Tints of Cosmic #833869

Color information

#833869 (or 0x833869) is unknown color: approx Cosmic. HEX triplet: 83, 38 and 69. RGB value is (131,56,105). Sum of RGB (Red+Green+Blue) = 131+56+105=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #833869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833869 is #7CC796. Grayscale: #535353. Windows color (decimal): -8177559 or 6895747. OLE color: 6895747.

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

Color convert

RGB13156105-
CMYK00.570.200.49
HSL320.8º40.11%36.67%-
HSV(B)320.8º57.25%51.37%-
XYZ13.328.6714.34-
YUV84.01139.85161.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.86%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=44.86%
G=19.18%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315610500.570.200.49320.840.1136.67
Hex83386903914311412825
Octal2037015107124615015045
Binary100000111110001101001011100110100110001101000001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833869; }

 p { color: rgb(131,56,105); }

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

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

 a { background-color: rgb(131,56,105); }

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

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

 span { border-color: rgb(131,56,105); }

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