#843D6A

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

Shades of Cosmic #843D6A

Tints of Cosmic #843D6A

Color information

#843D6A (or 0x843D6A) is unknown color: approx Cosmic. HEX triplet: 84, 3D and 6A. RGB value is (132,61,106). Sum of RGB (Red+Green+Blue) = 132+61+106=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #843D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843D6A is #7BC295. Grayscale: #575757. Windows color (decimal): -8110742 or 6962564. OLE color: 6962564.

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

Color convert

RGB13261106-
CMYK00.540.200.48
HSL321.97º36.79%37.84%-
HSV(B)321.97º53.79%51.76%-
XYZ13.799.2814.7-
YUV87.36138.52159.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=44.15%
G=20.40%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326110600.540.200.48321.9736.7937.84
Hex843D6A03614301422526
Octal2047515206624605024546
Binary100001001111011101010011011010100110000101000010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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