#834359

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

Shades of Cosmic #834359

Tints of Cosmic #834359

Color information

#834359 (or 0x834359) is unknown color: approx Cosmic. HEX triplet: 83, 43 and 59. RGB value is (131,67,89). Sum of RGB (Red+Green+Blue) = 131+67+89=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #834359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834359 is #7CBCA6. Grayscale: #585858. Windows color (decimal): -8174759 or 5849987. OLE color: 5849987.

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

Color convert

RGB1316789-
CMYK00.490.320.49
HSL339.38º32.32%38.82%-
HSV(B)339.38º48.85%51.37%-
XYZ13.179.5610.6-
YUV88.64128.2158.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=45.64%
G=23.34%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131678900.490.320.49339.3832.3238.82
Hex83435903120311532027
Octal20310313106140615234047
Binary10000011100001110110010110001100000110001101010011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834359; }

 p { color: rgb(131,67,89); }

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

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

 a { background-color: rgb(131,67,89); }

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

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

 span { border-color: rgb(131,67,89); }

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