#863969

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

Shades of Cosmic #863969

Tints of Cosmic #863969

Color information

#863969 (or 0x863969) is unknown color: approx Cosmic. HEX triplet: 86, 39 and 69. RGB value is (134,57,105). Sum of RGB (Red+Green+Blue) = 134+57+105=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #863969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863969 is #79C696. Grayscale: #555555. Windows color (decimal): -7980695 or 6896006. OLE color: 6896006.

HSL color Cylindrical-coordinate representation of color #863969: hue angle of 322.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863969 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13457105-
CMYK00.570.220.47
HSL322.6º40.31%37.45%-
HSV(B)322.6º57.46%52.55%-
XYZ13.849.0114.37-
YUV85.49139.01162.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 57 (22.66% from 255) = 19.26%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=45.27%
G=19.26%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345710500.570.220.47322.640.3137.45
Hex863969039162F1432825
Octal2067115107126575035045
Binary100001101110011101001011100110110101111101000011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863969; }

 p { color: rgb(134,57,105); }

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

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

 a { background-color: rgb(134,57,105); }

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

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

 span { border-color: rgb(134,57,105); }

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