#834271

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

Shades of Cosmic #834271

Tints of Cosmic #834271

Color information

#834271 (or 0x834271) is unknown color: approx Cosmic. HEX triplet: 83, 42 and 71. RGB value is (131,66,113). Sum of RGB (Red+Green+Blue) = 131+66+113=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #834271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834271 is #7CBD8E. Grayscale: #5A5A5A. Windows color (decimal): -8174991 or 7422595. OLE color: 7422595.

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

Color convert

RGB13166113-
CMYK00.500.140.49
HSL316.62º32.99%38.63%-
HSV(B)316.62º49.62%51.37%-
XYZ14.299.9116.78-
YUV90.79140.53156.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.26%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=42.26%
G=21.29%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316611300.500.140.49316.6232.9938.63
Hex834271032E3113d2127
Octal20310216106216614754147
Binary100000111000010111000101100101110110001100111101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834271; }

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

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

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

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

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

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

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

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