#834471

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

Shades of Cosmic #834471

Tints of Cosmic #834471

Color information

#834471 (or 0x834471) is unknown color: approx Cosmic. HEX triplet: 83, 44 and 71. RGB value is (131,68,113). Sum of RGB (Red+Green+Blue) = 131+68+113=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #834471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834471 is #7CBB8E. Grayscale: #5B5B5B. Windows color (decimal): -8174479 or 7423107. OLE color: 7423107.

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

Color convert

RGB13168113-
CMYK00.480.140.49
HSL317.14º31.66%39.02%-
HSV(B)317.14º48.09%51.37%-
XYZ14.4110.1516.82-
YUV91.97139.87155.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.99%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=41.99%
G=21.79%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316811300.480.140.49317.1431.6639.02
Hex834471030E3113d2027
Octal20310416106016614754047
Binary100000111000100111000101100001110110001100111101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834471; }

 p { color: rgb(131,68,113); }

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

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

 a { background-color: rgb(131,68,113); }

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

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

 span { border-color: rgb(131,68,113); }

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