#843D5C

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

Shades of Cosmic #843D5C

Tints of Cosmic #843D5C

Color information

#843D5C (or 0x843D5C) is unknown color: approx Cosmic. HEX triplet: 84, 3D and 5C. RGB value is (132,61,92). Sum of RGB (Red+Green+Blue) = 132+61+92=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #843D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843D5C is #7BC2A3. Grayscale: #555555. Windows color (decimal): -8110756 or 6045060. OLE color: 6045060.

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

Color convert

RGB1326192-
CMYK00.540.300.48
HSL333.8º36.79%37.84%-
HSV(B)333.8º53.79%51.76%-
XYZ13.129.0211.17-
YUV85.76131.52160.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 61 (24.22% from 255) = 21.40%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=46.32%
G=21.40%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132619200.540.300.48333.836.7937.84
Hex843D5C0361E3014e2526
Octal2047513406636605164546
Binary100001001111011011100011011011110110000101001110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,61,92); }

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

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

 a { background-color: rgb(132,61,92); }

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

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

 span { border-color: rgb(132,61,92); }

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