#84191C

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

Shades of Flame Red #84191C

Tints of Flame Red #84191C

Color information

#84191C (or 0x84191C) is unknown color: approx Flame Red. HEX triplet: 84, 19 and 1C. RGB value is (132,25,28). Sum of RGB (Red+Green+Blue) = 132+25+28=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #84191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84191C is #7BE6E3. Grayscale: #393939. Windows color (decimal): -8120036 or 1841540. OLE color: 1841540.

HSL color Cylindrical-coordinate representation of color #84191C: hue angle of 358.32º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84191C is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1322528-
CMYK00.810.790.48
HSL358.32º68.15%30.78%-
HSV(B)358.32º81.06%51.76%-
XYZ10.075.681.66-
YUV57.33111.45181.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.35%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=71.35%
G=13.51%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132252800.810.790.48358.3268.1530.78
Hex84191C0514F30166441f
Octal204313401211176054610437
Binary100001001100111100010100011001111110000101100110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84191C; }

 p { color: rgb(132,25,28); }

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

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

 a { background-color: rgb(132,25,28); }

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

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

 span { border-color: rgb(132,25,28); }

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