#873868

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

Shades of Cosmic #873868

Tints of Cosmic #873868

Color information

#873868 (or 0x873868) is unknown color: approx Cosmic. HEX triplet: 87, 38 and 68. RGB value is (135,56,104). Sum of RGB (Red+Green+Blue) = 135+56+104=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #873868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873868 is #78C797. Grayscale: #545454. Windows color (decimal): -7915416 or 6830215. OLE color: 6830215.

HSL color Cylindrical-coordinate representation of color #873868: hue angle of 323.54º degrees, saturation: 0.41, 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 #873868 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13556104-
CMYK00.590.230.47
HSL323.54º41.36%37.45%-
HSV(B)323.54º58.52%52.94%-
XYZ13.98.9814.1-
YUV85.09138.67163.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=45.76%
G=18.98%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355610400.590.230.47323.5441.3637.45
Hex87386803B172F1442925
Octal2077015007327575045145
Binary100001111110001101000011101110111101111101000100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873868; }

 p { color: rgb(135,56,104); }

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

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

 a { background-color: rgb(135,56,104); }

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

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

 span { border-color: rgb(135,56,104); }

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