#873A6A

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

Shades of Cosmic #873A6A

Tints of Cosmic #873A6A

Color information

#873A6A (or 0x873A6A) is unknown color: approx Cosmic. HEX triplet: 87, 3A and 6A. RGB value is (135,58,106). Sum of RGB (Red+Green+Blue) = 135+58+106=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #873A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873A6A is #78C595. Grayscale: #565656. Windows color (decimal): -7914902 or 6961799. OLE color: 6961799.

HSL color Cylindrical-coordinate representation of color #873A6A: hue angle of 322.6º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873A6A is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13558106-
CMYK00.570.210.47
HSL322.6º39.9%37.84%-
HSV(B)322.6º57.04%52.94%-
XYZ14.119.2214.67-
YUV86.5139.01162.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 58 (23.05% from 255) = 19.40%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=45.15%
G=19.40%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355810600.570.210.47322.639.937.84
Hex873A6A039152F1432826
Octal2077215207125575035046
Binary100001111110101101010011100110101101111101000011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873A6A; }

 p { color: rgb(135,58,106); }

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

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

 a { background-color: rgb(135,58,106); }

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

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

 span { border-color: rgb(135,58,106); }

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