#843768

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

Shades of Cosmic #843768

Tints of Cosmic #843768

Color information

#843768 (or 0x843768) is unknown color: approx Cosmic. HEX triplet: 84, 37 and 68. RGB value is (132,55,104). Sum of RGB (Red+Green+Blue) = 132+55+104=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #843768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843768 is #7BC897. Grayscale: #535353. Windows color (decimal): -8112280 or 6829956. OLE color: 6829956.

HSL color Cylindrical-coordinate representation of color #843768: hue angle of 321.82º degrees, saturation: 0.41, 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 #843768 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13255104-
CMYK00.580.210.48
HSL321.82º41.18%36.67%-
HSV(B)321.82º58.33%51.76%-
XYZ13.388.6414.06-
YUV83.61139.51162.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 55 (21.88% from 255) = 18.90%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=45.36%
G=18.90%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325510400.580.210.48321.8241.1836.67
Hex84376803A15301422925
Octal2046715007225605025145
Binary100001001101111101000011101010101110000101000010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843768; }

 p { color: rgb(132,55,104); }

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

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

 a { background-color: rgb(132,55,104); }

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

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

 span { border-color: rgb(132,55,104); }

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