#86446F

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

Shades of Cosmic #86446F

Tints of Cosmic #86446F

Color information

#86446F (or 0x86446F) is unknown color: approx Cosmic. HEX triplet: 86, 44 and 6F. RGB value is (134,68,111). Sum of RGB (Red+Green+Blue) = 134+68+111=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86446F is #79BB90. Grayscale: #5C5C5C. Windows color (decimal): -7977873 or 7292038. OLE color: 7292038.

HSL color Cylindrical-coordinate representation of color #86446F: hue angle of 320.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86446F is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13468111-
CMYK00.490.170.47
HSL320.91º32.67%39.61%-
HSV(B)320.91º49.25%52.55%-
XYZ14.7710.3516.26-
YUV92.64138.37157.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=42.81%
G=21.73%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346811100.490.170.47320.9132.6739.61
Hex86446F031112F1412128
Octal20610415706121575014150
Binary1000011010001001101111011000110001101111101000001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86446F; }

 p { color: rgb(134,68,111); }

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

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

 a { background-color: rgb(134,68,111); }

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

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

 span { border-color: rgb(134,68,111); }

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