Shades of Cosmic #84386A
Tints of Cosmic #84386A
RGB
CMYK
RGB Variations
Color information
#84386A (or 0x84386A) is known color: Cosmic. HEX triplet: 84, 38 and 6A. RGB value is (132,56,106). Sum of RGB (Red+Green+Blue) = 132+56+106=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84386A is #7BC795. Grayscale: #545454. Windows color (decimal): -8112022 or 6961284. OLE color: 6961284.
HSL color Cylindrical-coordinate representation of color #84386A: hue angle of 320.53º 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 #84386A is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 56 | 106 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.48 |
| HSL | 320.53º | 0.4% | 0.37% | - |
| HSV(B) | 320.53º | 0.58% | 0.52% | - |
| XYZ | 13.53 | 8.77 | 14.62 | - |
| YUV | 84.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 106 | 0 | 0.58 | 0.20 | 0.48 | 320.53 | 0.4 | 0.37 |
| Hex | 84 | 38 | 6A | 0 | 3A | 14 | 30 | 141 | 28 | 25 |
| Octal | 204 | 70 | 152 | 0 | 72 | 24 | 60 | 501 | 50 | 45 |
| Binary | 10000100 | 111000 | 1101010 | 0 | 111010 | 10100 | 110000 | 101000001 | 101000 | 100101 |
Color Harmonies of #84386A
Complementary color
Monochromatic Colors of #84386A
Black with #84386A
Text Example
Text Example
White with #84386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84386A; }
p { color: rgb(132,56,106); }
H1.HeaderClassName
{
color: #84386A;
}
.AnyTagClassName
{
color: #84386A;
}
</style>
background-color css
<style>
a { background-color: #84386A; }
a { background-color: rgb(132,56,106); }
div.DivClassName
{
background-color: #84386A;
}
.BgClassName
{
background-color: #84386A;
}
</style>
border-color css
<style>
span { border-color: #84386A; }
span { border-color: rgb(132,56,106); }
td.TdClassName
{
border-color: #84386A;
}
.TagClassName
{
border-color: #84386A;
}
</style>