#84456F

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

Shades of Cosmic #84456F

Tints of Cosmic #84456F

Color information

#84456F (or 0x84456F) is unknown color: approx Cosmic. HEX triplet: 84, 45 and 6F. RGB value is (132,69,111). Sum of RGB (Red+Green+Blue) = 132+69+111=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84456F is #7BBA90. Grayscale: #5C5C5C. Windows color (decimal): -8108689 or 7292292. OLE color: 7292292.

HSL color Cylindrical-coordinate representation of color #84456F: hue angle of 320º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84456F is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB13269111-
CMYK00.480.160.48
HSL320º31.34%39.41%-
HSV(B)320º47.73%51.76%-
XYZ14.5110.3116.26-
YUV92.62138.37156.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=42.31%
G=22.12%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326911100.480.160.4832031.3439.41
Hex84456F03010301401f27
Octal20410515706020605003747
Binary100001001000101110111101100001000011000010100000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84456F; }

 p { color: rgb(132,69,111); }

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

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

 a { background-color: rgb(132,69,111); }

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

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

 span { border-color: rgb(132,69,111); }

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