#86445E

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

Shades of Cosmic #86445E

Tints of Cosmic #86445E

Color information

#86445E (or 0x86445E) is unknown color: approx Cosmic. HEX triplet: 86, 44 and 5E. RGB value is (134,68,94). Sum of RGB (Red+Green+Blue) = 134+68+94=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86445E is #79BBA1. Grayscale: #5A5A5A. Windows color (decimal): -7977890 or 6177926. OLE color: 6177926.

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

Color convert

RGB1346894-
CMYK00.490.300.47
HSL336.36º32.67%39.61%-
HSV(B)336.36º49.25%52.55%-
XYZ13.9210.0111.79-
YUV90.7129.87158.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=45.27%
G=22.97%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134689400.490.300.47336.3632.6739.61
Hex86445E0311E2F1502128
Octal20610413606136575204150
Binary1000011010001001011110011000111110101111101010000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86445E; }

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

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

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

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

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

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

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

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