#842325

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

Shades of Flame Red #842325

Tints of Flame Red #842325

Color information

#842325 (or 0x842325) is unknown color: approx Flame Red. HEX triplet: 84, 23 and 25. RGB value is (132,35,37). Sum of RGB (Red+Green+Blue) = 132+35+37=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #842325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842325 is #7BDCDA. Grayscale: #404040. Windows color (decimal): -8117467 or 2433924. OLE color: 2433924.

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

Color convert

RGB1323537-
CMYK00.730.720.48
HSL358.76º58.08%32.75%-
HSV(B)358.76º73.48%51.76%-
XYZ10.456.242.4-
YUV64.23112.64176.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.71%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=64.71%
G=17.16%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132353700.730.720.48358.7658.0832.75
Hex84232504948301673a21
Octal20443450111110605477241
Binary10000100100011100101010010011001000110000101100111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842325; }

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

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

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

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

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

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

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

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