#834570

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

Shades of Cosmic #834570

Tints of Cosmic #834570

Color information

#834570 (or 0x834570) is unknown color: approx Cosmic. HEX triplet: 83, 45 and 70. RGB value is (131,69,112). Sum of RGB (Red+Green+Blue) = 131+69+112=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #834570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834570 is #7CBA8F. Grayscale: #5C5C5C. Windows color (decimal): -8174224 or 7357827. OLE color: 7357827.

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

Color convert

RGB13169112-
CMYK00.470.150.49
HSL318.39º31%39.22%-
HSV(B)318.39º47.33%51.37%-
XYZ14.4110.2516.55-
YUV92.44139.04155.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.99%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=41.99%
G=22.12%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316911200.470.150.49318.393139.22
Hex83457002FF3113e1f27
Octal20310516005717614763747
Binary10000011100010111100000101111111111000110011111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834570; }

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

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

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

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

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

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

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

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