#834562

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

Shades of Cosmic #834562

Tints of Cosmic #834562

Color information

#834562 (or 0x834562) is unknown color: approx Cosmic. HEX triplet: 83, 45 and 62. RGB value is (131,69,98). Sum of RGB (Red+Green+Blue) = 131+69+98=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #834562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834562 is #7CBA9D. Grayscale: #5A5A5A. Windows color (decimal): -8174238 or 6440323. OLE color: 6440323.

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

Color convert

RGB1316998-
CMYK00.470.250.49
HSL331.94º31%39.22%-
HSV(B)331.94º47.33%51.37%-
XYZ13.699.9612.76-
YUV90.84132.04156.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=43.96%
G=23.15%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131699800.470.250.49331.943139.22
Hex83456202F193114c1f27
Octal20310514205731615143747
Binary100000111000101110001001011111100111000110100110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834562; }

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

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

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

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

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

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

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

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