#834169

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

Shades of Cosmic #834169

Tints of Cosmic #834169

Color information

#834169 (or 0x834169) is unknown color: approx Cosmic. HEX triplet: 83, 41 and 69. RGB value is (131,65,105). Sum of RGB (Red+Green+Blue) = 131+65+105=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #834169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834169 is #7CBE96. Grayscale: #595959. Windows color (decimal): -8175255 or 6898051. OLE color: 6898051.

HSL color Cylindrical-coordinate representation of color #834169: hue angle of 323.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834169 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB13165105-
CMYK00.500.200.49
HSL323.64º33.67%38.43%-
HSV(B)323.64º50.38%51.37%-
XYZ13.89.6314.5-
YUV89.29136.87157.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=43.52%
G=21.59%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316510500.500.200.49323.6433.6738.43
Hex83416903214311442226
Octal20310115106224615044246
Binary1000001110000011101001011001010100110001101000100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834169; }

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

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

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

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

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

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

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

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