#843B6C

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

Shades of Cosmic #843B6C

Tints of Cosmic #843B6C

Color information

#843B6C (or 0x843B6C) is unknown color: approx Cosmic. HEX triplet: 84, 3B and 6C. RGB value is (132,59,108). Sum of RGB (Red+Green+Blue) = 132+59+108=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #843B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843B6C is #7BC493. Grayscale: #565656. Windows color (decimal): -8111252 or 7093124. OLE color: 7093124.

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

Color convert

RGB13259108-
CMYK00.550.180.48
HSL319.73º38.22%37.45%-
HSV(B)319.73º55.3%51.76%-
XYZ13.799.1215.22-
YUV86.41140.18160.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 59 (23.44% from 255) = 19.73%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=44.15%
G=19.73%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325910800.550.180.48319.7338.2237.45
Hex843B6C03712301402625
Octal2047315406722605004645
Binary100001001110111101100011011110010110000101000000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,59,108); }

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

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

 a { background-color: rgb(132,59,108); }

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

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

 span { border-color: rgb(132,59,108); }

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