#873869

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

Shades of Cosmic #873869

Tints of Cosmic #873869

Color information

#873869 (or 0x873869) is unknown color: approx Cosmic. HEX triplet: 87, 38 and 69. RGB value is (135,56,105). Sum of RGB (Red+Green+Blue) = 135+56+105=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #873869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873869 is #78C796. Grayscale: #555555. Windows color (decimal): -7915415 or 6895751. OLE color: 6895751.

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

Color convert

RGB13556105-
CMYK00.590.220.47
HSL322.78º41.36%37.45%-
HSV(B)322.78º58.52%52.94%-
XYZ13.96914.37-
YUV85.21139.17163.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=45.61%
G=18.92%
B=35.47%

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
Decimal1355610500.590.220.47322.7841.3637.45
Hex87386903B162F1432925
Octal2077015107326575035145
Binary100001111110001101001011101110110101111101000011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873869; }

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

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

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

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

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

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

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

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