#834965

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

Shades of Cosmic #834965

Tints of Cosmic #834965

Color information

#834965 (or 0x834965) is unknown color: approx Cosmic. HEX triplet: 83, 49 and 65. RGB value is (131,73,101). Sum of RGB (Red+Green+Blue) = 131+73+101=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #834965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834965 is #7CB69A. Grayscale: #5D5D5D. Windows color (decimal): -8173211 or 6637955. OLE color: 6637955.

HSL color Cylindrical-coordinate representation of color #834965: hue angle of 331.03º 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 #834965 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB13173101-
CMYK00.440.230.49
HSL331.03º28.43%40%-
HSV(B)331.03º44.27%51.37%-
XYZ14.0910.5313.6-
YUV93.53132.22154.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=42.95%
G=23.93%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317310100.440.230.49331.0328.4340
Hex83496502C173114b1c28
Octal20311114505427615133450
Binary100000111001001110010101011001011111000110100101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834965; }

 p { color: rgb(131,73,101); }

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

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

 a { background-color: rgb(131,73,101); }

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

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

 span { border-color: rgb(131,73,101); }

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