#873969

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

Shades of Cosmic #873969

Tints of Cosmic #873969

Color information

#873969 (or 0x873969) is unknown color: approx Cosmic. HEX triplet: 87, 39 and 69. RGB value is (135,57,105). Sum of RGB (Red+Green+Blue) = 135+57+105=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #873969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873969 is #78C696. Grayscale: #555555. Windows color (decimal): -7915159 or 6896007. OLE color: 6896007.

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

Color convert

RGB13557105-
CMYK00.580.220.47
HSL323.08º40.63%37.65%-
HSV(B)323.08º57.78%52.94%-
XYZ149.114.38-
YUV85.79138.84163.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=45.45%
G=19.19%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355710500.580.220.47323.0840.6337.65
Hex87396903A162F1432926
Octal2077115107226575035146
Binary100001111110011101001011101010110101111101000011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873969; }

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

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

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

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

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

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

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

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