#843869

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

Shades of Cosmic #843869

Tints of Cosmic #843869

Color information

#843869 (or 0x843869) is unknown color: approx Cosmic. HEX triplet: 84, 38 and 69. RGB value is (132,56,105). Sum of RGB (Red+Green+Blue) = 132+56+105=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #843869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843869 is #7BC796. Grayscale: #545454. Windows color (decimal): -8112023 or 6895748. OLE color: 6895748.

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

Color convert

RGB13256105-
CMYK00.580.200.48
HSL321.32º40.43%36.86%-
HSV(B)321.32º57.58%51.76%-
XYZ13.488.7514.34-
YUV84.31139.68162.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=45.05%
G=19.11%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325610500.580.200.48321.3240.4336.86
Hex84386903A14301412825
Octal2047015107224605015045
Binary100001001110001101001011101010100110000101000001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843869; }

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

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

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

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

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

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

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

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