#834A5C

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

Shades of Cosmic #834A5C

Tints of Cosmic #834A5C

Color information

#834A5C (or 0x834A5C) is unknown color: approx Cosmic. HEX triplet: 83, 4A and 5C. RGB value is (131,74,92). Sum of RGB (Red+Green+Blue) = 131+74+92=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #834A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834A5C is #7CB5A3. Grayscale: #5D5D5D. Windows color (decimal): -8172964 or 6048387. OLE color: 6048387.

HSL color Cylindrical-coordinate representation of color #834A5C: hue angle of 341.05º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834A5C is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1317492-
CMYK00.440.300.49
HSL341.05º27.8%40.2%-
HSV(B)341.05º43.51%51.37%-
XYZ13.7410.511.43-
YUV93.1127.38155.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=44.11%
G=24.92%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131749200.440.300.49341.0527.840.2
Hex834A5C02C1E311551c28
Octal20311213405436615253450
Binary100000111001010101110001011001111011000110101010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834A5C; }

 p { color: rgb(131,74,92); }

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

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

 a { background-color: rgb(131,74,92); }

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

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

 span { border-color: rgb(131,74,92); }

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