#86446D

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

Shades of Cosmic #86446D

Tints of Cosmic #86446D

Color information

#86446D (or 0x86446D) is unknown color: approx Cosmic. HEX triplet: 86, 44 and 6D. RGB value is (134,68,109). Sum of RGB (Red+Green+Blue) = 134+68+109=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #86446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86446D is #79BB92. Grayscale: #5C5C5C. Windows color (decimal): -7977875 or 7160966. OLE color: 7160966.

HSL color Cylindrical-coordinate representation of color #86446D: hue angle of 322.73º 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 #86446D is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13468109-
CMYK00.490.190.47
HSL322.73º32.67%39.61%-
HSV(B)322.73º49.25%52.55%-
XYZ14.6610.3115.68-
YUV92.41137.37157.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=43.09%
G=21.86%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346810900.490.190.47322.7332.6739.61
Hex86446D031132F1432128
Octal20610415506123575034150
Binary1000011010001001101101011000110011101111101000011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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