#843E5B

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

Shades of Cosmic #843E5B

Tints of Cosmic #843E5B

Color information

#843E5B (or 0x843E5B) is unknown color: approx Cosmic. HEX triplet: 84, 3E and 5B. RGB value is (132,62,91). Sum of RGB (Red+Green+Blue) = 132+62+91=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #843E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843E5B is #7BC1A4. Grayscale: #565656. Windows color (decimal): -8110501 or 5979780. OLE color: 5979780.

HSL color Cylindrical-coordinate representation of color #843E5B: hue angle of 335.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #843E5B is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1326291-
CMYK00.530.310.48
HSL335.14º36.08%38.04%-
HSV(B)335.14º53.03%51.76%-
XYZ13.139.1110.96-
YUV86.24130.69160.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=46.32%
G=21.75%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132629100.530.310.48335.1436.0838.04
Hex843E5B0351F3014f2426
Octal2047613306537605174446
Binary100001001111101011011011010111111110000101001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843E5B; }

 p { color: rgb(132,62,91); }

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

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

 a { background-color: rgb(132,62,91); }

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

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

 span { border-color: rgb(132,62,91); }

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