#863769

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

Shades of Cosmic #863769

Tints of Cosmic #863769

Color information

#863769 (or 0x863769) is unknown color: approx Cosmic. HEX triplet: 86, 37 and 69. RGB value is (134,55,105). Sum of RGB (Red+Green+Blue) = 134+55+105=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #863769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863769 is #79C896. Grayscale: #545454. Windows color (decimal): -7981207 or 6895494. OLE color: 6895494.

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

Color convert

RGB13455105-
CMYK00.590.220.47
HSL322.03º41.8%37.06%-
HSV(B)322.03º58.96%52.55%-
XYZ13.758.8214.34-
YUV84.32139.67163.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=45.58%
G=18.71%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345510500.590.220.47322.0341.837.06
Hex86376903B162F1422a25
Octal2066715107326575025245
Binary100001101101111101001011101110110101111101000010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863769; }

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

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

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

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

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

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

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

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