#834166

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

Shades of Cosmic #834166

Tints of Cosmic #834166

Color information

#834166 (or 0x834166) is unknown color: approx Cosmic. HEX triplet: 83, 41 and 66. RGB value is (131,65,102). Sum of RGB (Red+Green+Blue) = 131+65+102=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #834166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834166 is #7CBE99. Grayscale: #585858. Windows color (decimal): -8175258 or 6701443. OLE color: 6701443.

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

Color convert

RGB13165102-
CMYK00.500.220.49
HSL326.36º33.67%38.43%-
HSV(B)326.36º50.38%51.37%-
XYZ13.659.5713.7-
YUV88.95135.37157.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=43.96%
G=21.81%
B=34.23%

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
Decimal1316510200.500.220.49326.3633.6738.43
Hex83416603216311462226
Octal20310114606226615064246
Binary1000001110000011100110011001010110110001101000110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834166; }

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

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

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

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

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

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

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

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