#843F5C

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

Shades of Cosmic #843F5C

Tints of Cosmic #843F5C

Color information

#843F5C (or 0x843F5C) is unknown color: approx Cosmic. HEX triplet: 84, 3F and 5C. RGB value is (132,63,92). Sum of RGB (Red+Green+Blue) = 132+63+92=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #843F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843F5C is #7BC0A3. Grayscale: #565656. Windows color (decimal): -8110244 or 6045572. OLE color: 6045572.

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

Color convert

RGB1326392-
CMYK00.520.300.48
HSL334.78º35.38%38.24%-
HSV(B)334.78º52.27%51.76%-
XYZ13.229.2311.21-
YUV86.94130.86160.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=45.99%
G=21.95%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132639200.520.300.48334.7835.3838.24
Hex843F5C0341E3014f2326
Octal2047713406436605174346
Binary100001001111111011100011010011110110000101001111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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