#842628

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

Shades of Flame Red #842628

Tints of Flame Red #842628

Color information

#842628 (or 0x842628) is unknown color: approx Flame Red. HEX triplet: 84, 26 and 28. RGB value is (132,38,40). Sum of RGB (Red+Green+Blue) = 132+38+40=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #842628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842628 is #7BD9D7. Grayscale: #424242. Windows color (decimal): -8116696 or 2631300. OLE color: 2631300.

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

Color convert

RGB1323840-
CMYK00.710.700.48
HSL358.72º55.29%33.33%-
HSV(B)358.72º71.21%51.76%-
XYZ10.596.442.69-
YUV66.33113.14174.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.86%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=62.86%
G=18.10%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132384000.710.700.48358.7255.2933.33
Hex84262804746301673721
Octal20446500107106605476741
Binary10000100100110101000010001111000110110000101100111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842628; }

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

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

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

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

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

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

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

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