#843D5F

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

Shades of Cosmic #843D5F

Tints of Cosmic #843D5F

Color information

#843D5F (or 0x843D5F) is unknown color: approx Cosmic. HEX triplet: 84, 3D and 5F. RGB value is (132,61,95). Sum of RGB (Red+Green+Blue) = 132+61+95=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #843D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843D5F is #7BC2A0. Grayscale: #565656. Windows color (decimal): -8110753 or 6241668. OLE color: 6241668.

HSL color Cylindrical-coordinate representation of color #843D5F: hue angle of 331.27º 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 #843D5F is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1326195-
CMYK00.540.280.48
HSL331.27º36.79%37.84%-
HSV(B)331.27º53.79%51.76%-
XYZ13.259.0711.88-
YUV86.1133.02160.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=45.83%
G=21.18%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132619500.540.280.48331.2736.7937.84
Hex843D5F0361C3014b2526
Octal2047513706634605134546
Binary100001001111011011111011011011100110000101001011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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