#845067

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

Shades of Cosmic #845067

Tints of Cosmic #845067

Color information

#845067 (or 0x845067) is unknown color: approx Cosmic. HEX triplet: 84, 50 and 67. RGB value is (132,80,103). Sum of RGB (Red+Green+Blue) = 132+80+103=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #845067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845067 is #7BAF98. Grayscale: #626262. Windows color (decimal): -8105881 or 6770820. OLE color: 6770820.

HSL color Cylindrical-coordinate representation of color #845067: hue angle of 333.46º degrees, saturation: 0.25, 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 #845067 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13280103-
CMYK00.390.220.48
HSL333.46º24.53%41.57%-
HSV(B)333.46º39.39%51.76%-
XYZ14.8311.6214.29-
YUV98.17130.73152.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.90%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 103 (40.62% from 255) = 32.70%
R=41.90%
G=25.40%
B=32.70%

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
Decimal1328010300.390.220.48333.4624.5341.57
Hex845067027163014d192a
Octal20412014704726605153152
Binary100001001010000110011101001111011011000010100110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845067; }

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

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

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

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

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

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

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

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