#84456E

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

Shades of Cosmic #84456E

Tints of Cosmic #84456E

Color information

#84456E (or 0x84456E) is unknown color: approx Cosmic. HEX triplet: 84, 45 and 6E. RGB value is (132,69,110). Sum of RGB (Red+Green+Blue) = 132+69+110=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #84456E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84456E is #7BBA91. Grayscale: #5C5C5C. Windows color (decimal): -8108690 or 7226756. OLE color: 7226756.

HSL color Cylindrical-coordinate representation of color #84456E: hue angle of 320.95º 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 #84456E is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13269110-
CMYK00.480.170.48
HSL320.95º31.34%39.41%-
HSV(B)320.95º47.73%51.76%-
XYZ14.4610.2915.98-
YUV92.51137.87156.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.44%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=42.44%
G=22.19%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326911000.480.170.48320.9531.3439.41
Hex84456E03011301411f27
Octal20410515606021605013747
Binary100001001000101110111001100001000111000010100000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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