#842F30

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

Shades of Flame Red #842F30

Tints of Flame Red #842F30

Color information

#842F30 (or 0x842F30) is unknown color: approx Flame Red. HEX triplet: 84, 2F and 30. RGB value is (132,47,48). Sum of RGB (Red+Green+Blue) = 132+47+48=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #842F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F30 is #7BD0CF. Grayscale: #484848. Windows color (decimal): -8114384 or 3157892. OLE color: 3157892.

HSL color Cylindrical-coordinate representation of color #842F30: hue angle of 359.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #842F30 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1324748-
CMYK00.640.640.48
HSL359.29º47.49%35.1%-
HSV(B)359.29º64.39%51.76%-
XYZ11.077.153.59-
YUV72.53114.16170.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.15%
GREEN value IS 47 (18.75% from 255) = 20.70%
BLUE value IS 48 (19.14% from 255) = 21.15%
R=58.15%
G=20.70%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132474800.640.640.48359.2947.4935.1
Hex842F3004040301672f23
Octal20457600100100605475743
Binary10000100101111110000010000001000000110000101100111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842F30; }

 p { color: rgb(132,47,48); }

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

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

 a { background-color: rgb(132,47,48); }

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

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

 span { border-color: rgb(132,47,48); }

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