#842528

Color #842528 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #842528

Tints of Flame Red #842528

Color information

#842528 (or 0x842528) is unknown color: approx Flame Red. HEX triplet: 84, 25 and 28. RGB value is (132,37,40). Sum of RGB (Red+Green+Blue) = 132+37+40=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #842528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842528 is #7BDAD7. Grayscale: #414141. Windows color (decimal): -8116952 or 2631044. OLE color: 2631044.

HSL color Cylindrical-coordinate representation of color #842528: hue angle of 358.11º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842528 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1323740-
CMYK00.720.700.48
HSL358.11º56.21%33.14%-
HSV(B)358.11º71.97%51.76%-
XYZ10.566.382.68-
YUV65.75113.47175.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.16%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=63.16%
G=17.70%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132374000.720.700.48358.1156.2133.14
Hex84252804846301663821
Octal20445500110106605467041
Binary10000100100101101000010010001000110110000101100110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842528; }

 p { color: rgb(132,37,40); }

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

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

 a { background-color: rgb(132,37,40); }

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

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

 span { border-color: rgb(132,37,40); }

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