#831B1C

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

Shades of Flame Red #831B1C

Tints of Flame Red #831B1C

Color information

#831B1C (or 0x831B1C) is unknown color: approx Flame Red. HEX triplet: 83, 1B and 1C. RGB value is (131,27,28). Sum of RGB (Red+Green+Blue) = 131+27+28=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #831B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831B1C is #7CE4E3. Grayscale: #3A3A3A. Windows color (decimal): -8185060 or 1842051. OLE color: 1842051.

HSL color Cylindrical-coordinate representation of color #831B1C: hue angle of 359.42º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831B1C is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1312728-
CMYK00.790.790.49
HSL359.42º65.82%30.98%-
HSV(B)359.42º79.39%51.37%-
XYZ9.965.691.67-
YUV58.21110.96179.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 70.43%
GREEN value IS 27 (10.94% from 255) = 14.52%
BLUE value IS 28 (11.33% from 255) = 15.05%
R=70.43%
G=14.52%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131272800.790.790.49359.4265.8230.98
Hex831B1C04F4F31167421f
Octal203333401171176154710237
Binary100000111101111100010011111001111110001101100111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831B1C; }

 p { color: rgb(131,27,28); }

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

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

 a { background-color: rgb(131,27,28); }

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

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

 span { border-color: rgb(131,27,28); }

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