#845167

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

Shades of Cosmic #845167

Tints of Cosmic #845167

Color information

#845167 (or 0x845167) is unknown color: approx Cosmic. HEX triplet: 84, 51 and 67. RGB value is (132,81,103). Sum of RGB (Red+Green+Blue) = 132+81+103=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #845167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845167 is #7BAE98. Grayscale: #626262. Windows color (decimal): -8105625 or 6771076. OLE color: 6771076.

HSL color Cylindrical-coordinate representation of color #845167: hue angle of 334.12º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845167 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13281103-
CMYK00.390.220.48
HSL334.12º23.94%41.76%-
HSV(B)334.12º38.64%51.76%-
XYZ14.9111.7714.32-
YUV98.76130.4151.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 103 (40.62% from 255) = 32.59%
R=41.77%
G=25.63%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328110300.390.220.48334.1223.9441.76
Hex845167027163014e182a
Octal20412114704726605163052
Binary100001001010001110011101001111011011000010100111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845167; }

 p { color: rgb(132,81,103); }

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

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

 a { background-color: rgb(132,81,103); }

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

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

 span { border-color: rgb(132,81,103); }

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