#834571

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

Shades of Cosmic #834571

Tints of Cosmic #834571

Color information

#834571 (or 0x834571) is unknown color: approx Cosmic. HEX triplet: 83, 45 and 71. RGB value is (131,69,113). Sum of RGB (Red+Green+Blue) = 131+69+113=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #834571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834571 is #7CBA8E. Grayscale: #5C5C5C. Windows color (decimal): -8174223 or 7423363. OLE color: 7423363.

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

Color convert

RGB13169113-
CMYK00.470.140.49
HSL317.42º31%39.22%-
HSV(B)317.42º47.33%51.37%-
XYZ14.4710.2716.84-
YUV92.55139.54155.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.85%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=41.85%
G=22.04%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316911300.470.140.49317.423139.22
Hex83457102FE3113d1f27
Octal20310516105716614753747
Binary10000011100010111100010101111111011000110011110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834571; }

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

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

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

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

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

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

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

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