#84455C

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

Shades of Cosmic #84455C

Tints of Cosmic #84455C

Color information

#84455C (or 0x84455C) is unknown color: approx Cosmic. HEX triplet: 84, 45 and 5C. RGB value is (132,69,92). Sum of RGB (Red+Green+Blue) = 132+69+92=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84455C is #7BBAA3. Grayscale: #5A5A5A. Windows color (decimal): -8108708 or 6047108. OLE color: 6047108.

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

Color convert

RGB1326992-
CMYK00.480.300.48
HSL338.1º31.34%39.41%-
HSV(B)338.1º47.73%51.76%-
XYZ13.589.9311.33-
YUV90.46128.87157.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=45.05%
G=23.55%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132699200.480.300.48338.131.3439.41
Hex84455C0301E301521f27
Octal20410513406036605223747
Binary100001001000101101110001100001111011000010101001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84455C; }

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

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

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

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

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

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

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

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