#84425E

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

Shades of Cosmic #84425E

Tints of Cosmic #84425E

Color information

#84425E (or 0x84425E) is unknown color: approx Cosmic. HEX triplet: 84, 42 and 5E. RGB value is (132,66,94). Sum of RGB (Red+Green+Blue) = 132+66+94=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84425E is #7BBDA1. Grayscale: #585858. Windows color (decimal): -8109474 or 6177412. OLE color: 6177412.

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

Color convert

RGB1326694-
CMYK00.50.290.48
HSL334.55º33.33%38.82%-
HSV(B)334.55º50%51.76%-
XYZ13.489.6111.73-
YUV88.93130.87158.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=45.21%
G=22.60%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132669400.50.290.48334.5533.3338.82
Hex84425E0321D3014f2127
Octal20410213606235605174147
Binary1000010010000101011110011001011101110000101001111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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