#844B6B

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

Shades of Cosmic #844B6B

Tints of Cosmic #844B6B

Color information

#844B6B (or 0x844B6B) is unknown color: approx Cosmic. HEX triplet: 84, 4B and 6B. RGB value is (132,75,107). Sum of RGB (Red+Green+Blue) = 132+75+107=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #844B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844B6B is #7BB494. Grayscale: #5F5F5F. Windows color (decimal): -8107157 or 7031684. OLE color: 7031684.

HSL color Cylindrical-coordinate representation of color #844B6B: hue angle of 326.32º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844B6B is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13275107-
CMYK00.430.190.48
HSL326.32º27.54%40.59%-
HSV(B)326.32º43.18%51.76%-
XYZ14.691115.26-
YUV95.69134.38153.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=42.04%
G=23.89%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327510700.430.190.48326.3227.5440.59
Hex844B6B02B13301461c29
Octal20411315305323605063451
Binary100001001001011110101101010111001111000010100011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844B6B; }

 p { color: rgb(132,75,107); }

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

<style>
 a { background-color: #844B6B; }

 a { background-color: rgb(132,75,107); }

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

<style>
 span { border-color: #844B6B; }

 span { border-color: rgb(132,75,107); }

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