#834266

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

Shades of Cosmic #834266

Tints of Cosmic #834266

Color information

#834266 (or 0x834266) is unknown color: approx Cosmic. HEX triplet: 83, 42 and 66. RGB value is (131,66,102). Sum of RGB (Red+Green+Blue) = 131+66+102=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #834266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834266 is #7CBD99. Grayscale: #595959. Windows color (decimal): -8175002 or 6701699. OLE color: 6701699.

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

Color convert

RGB13166102-
CMYK00.500.220.49
HSL326.77º32.99%38.63%-
HSV(B)326.77º49.62%51.37%-
XYZ13.719.6813.72-
YUV89.54135.03157.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.81%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=43.81%
G=22.07%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316610200.500.220.49326.7732.9938.63
Hex83426603216311472127
Octal20310214606226615074147
Binary1000001110000101100110011001010110110001101000111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834266; }

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

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

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

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

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

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

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

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