#834373

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

Shades of Cosmic #834373

Tints of Cosmic #834373

Color information

#834373 (or 0x834373) is unknown color: approx Cosmic. HEX triplet: 83, 43 and 73. RGB value is (131,67,115). Sum of RGB (Red+Green+Blue) = 131+67+115=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #834373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834373 is #7CBC8C. Grayscale: #5B5B5B. Windows color (decimal): -8174733 or 7553923. OLE color: 7553923.

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

Color convert

RGB13167115-
CMYK00.490.120.49
HSL315º32.32%38.82%-
HSV(B)315º48.85%51.37%-
XYZ14.4610.0817.4-
YUV91.61141.2156.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.85%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=41.85%
G=21.41%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316711500.490.120.4931532.3238.82
Hex834373031C3113b2027
Octal20310316306114614734047
Binary100000111000011111001101100011100110001100111011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834373; }

 p { color: rgb(131,67,115); }

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

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

 a { background-color: rgb(131,67,115); }

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

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

 span { border-color: rgb(131,67,115); }

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