#843A69

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

Shades of Cosmic #843A69

Tints of Cosmic #843A69

Color information

#843A69 (or 0x843A69) is unknown color: approx Cosmic. HEX triplet: 84, 3A and 69. RGB value is (132,58,105). Sum of RGB (Red+Green+Blue) = 132+58+105=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #843A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843A69 is #7BC596. Grayscale: #555555. Windows color (decimal): -8111511 or 6896260. OLE color: 6896260.

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

Color convert

RGB13258105-
CMYK00.560.200.48
HSL321.89º38.95%37.25%-
HSV(B)321.89º56.06%51.76%-
XYZ13.588.9514.38-
YUV85.48139.02161.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=44.75%
G=19.66%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325810500.560.200.48321.8938.9537.25
Hex843A6903814301422725
Octal2047215107024605024745
Binary100001001110101101001011100010100110000101000010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,58,105); }

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

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

 a { background-color: rgb(132,58,105); }

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

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

 span { border-color: rgb(132,58,105); }

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