#84425A

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

Shades of Cosmic #84425A

Tints of Cosmic #84425A

Color information

#84425A (or 0x84425A) is unknown color: approx Cosmic. HEX triplet: 84, 42 and 5A. RGB value is (132,66,90). Sum of RGB (Red+Green+Blue) = 132+66+90=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #84425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84425A is #7BBDA5. Grayscale: #585858. Windows color (decimal): -8109478 or 5915268. OLE color: 5915268.

HSL color Cylindrical-coordinate representation of color #84425A: hue angle of 338.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84425A is Cyan = 0, Magento = 0.5, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1326690-
CMYK00.50.320.48
HSL338.18º33.33%38.82%-
HSV(B)338.18º50%51.76%-
XYZ13.319.5410.81-
YUV88.47128.87159.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=45.83%
G=22.92%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132669000.50.320.48338.1833.3338.82
Hex84425A03220301522127
Octal20410213206240605224147
Binary10000100100001010110100110010100000110000101010010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84425A; }

 p { color: rgb(132,66,90); }

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

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

 a { background-color: rgb(132,66,90); }

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

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

 span { border-color: rgb(132,66,90); }

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