#863867

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

Shades of Cosmic #863867

Tints of Cosmic #863867

Color information

#863867 (or 0x863867) is unknown color: approx Cosmic. HEX triplet: 86, 38 and 67. RGB value is (134,56,103). Sum of RGB (Red+Green+Blue) = 134+56+103=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #863867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863867 is #79C798. Grayscale: #545454. Windows color (decimal): -7980953 or 6764678. OLE color: 6764678.

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

Color convert

RGB13456103-
CMYK00.580.230.47
HSL323.85º41.05%37.25%-
HSV(B)323.85º58.21%52.55%-
XYZ13.698.8813.82-
YUV84.68138.34163.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 103 (40.62% from 255) = 35.15%
R=45.73%
G=19.11%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345610300.580.230.47323.8541.0537.25
Hex86386703A172F1442925
Octal2067014707227575045145
Binary100001101110001100111011101010111101111101000100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863867; }

 p { color: rgb(134,56,103); }

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

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

 a { background-color: rgb(134,56,103); }

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

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

 span { border-color: rgb(134,56,103); }

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