#834672

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

Shades of Cosmic #834672

Tints of Cosmic #834672

Color information

#834672 (or 0x834672) is unknown color: approx Cosmic. HEX triplet: 83, 46 and 72. RGB value is (131,70,114). Sum of RGB (Red+Green+Blue) = 131+70+114=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #834672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834672 is #7CB98D. Grayscale: #5D5D5D. Windows color (decimal): -8173966 or 7489155. OLE color: 7489155.

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

Color convert

RGB13170114-
CMYK00.470.130.49
HSL316.72º30.35%39.41%-
HSV(B)316.72º46.56%51.37%-
XYZ14.5910.4217.16-
YUV93.25139.71154.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.59%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=41.59%
G=22.22%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317011400.470.130.49316.7230.3539.41
Hex83467202FD3113d1e27
Octal20310616205715614753647
Binary10000011100011011100100101111110111000110011110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834672; }

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

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

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

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

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

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

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

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