#834069

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

Shades of Cosmic #834069

Tints of Cosmic #834069

Color information

#834069 (or 0x834069) is unknown color: approx Cosmic. HEX triplet: 83, 40 and 69. RGB value is (131,64,105). Sum of RGB (Red+Green+Blue) = 131+64+105=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #834069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834069 is #7CBF96. Grayscale: #585858. Windows color (decimal): -8175511 or 6897795. OLE color: 6897795.

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

Color convert

RGB13164105-
CMYK00.510.200.49
HSL323.28º34.36%38.24%-
HSV(B)323.28º51.15%51.37%-
XYZ13.749.5114.48-
YUV88.71137.2158.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.67%
GREEN value IS 64 (25.39% from 255) = 21.33%
BLUE value IS 105 (41.41% from 255) = 35%
R=43.67%
G=21.33%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316410500.510.200.49323.2834.3638.24
Hex83406903314311432226
Octal20310015106324615034246
Binary1000001110000001101001011001110100110001101000011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834069; }

 p { color: rgb(131,64,105); }

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

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

 a { background-color: rgb(131,64,105); }

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

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

 span { border-color: rgb(131,64,105); }

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