#834661

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

Shades of Cosmic #834661

Tints of Cosmic #834661

Color information

#834661 (or 0x834661) is unknown color: approx Cosmic. HEX triplet: 83, 46 and 61. RGB value is (131,70,97). Sum of RGB (Red+Green+Blue) = 131+70+97=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #834661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834661 is #7CB99E. Grayscale: #5B5B5B. Windows color (decimal): -8173983 or 6375043. OLE color: 6375043.

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

Color convert

RGB1317097-
CMYK00.470.260.49
HSL333.44º30.35%39.41%-
HSV(B)333.44º46.56%51.37%-
XYZ13.7110.0712.53-
YUV91.32131.21156.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=43.96%
G=23.49%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131709700.470.260.49333.4430.3539.41
Hex83466102F1A3114d1e27
Octal20310614105732615153647
Binary100000111000110110000101011111101011000110100110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834661; }

 p { color: rgb(131,70,97); }

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

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

 a { background-color: rgb(131,70,97); }

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

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

 span { border-color: rgb(131,70,97); }

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