Html Css Color HEX #831920 Flame Red

📋 copy color: '#831920'

red 131 ◦ green 25 ◦ blue 32

#831920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #831920

Tints of Flame Red #831920

RGB

 RED value IS 131 (51.56% from 255) = 69.68%

 GREEN value IS 25 (10.16% from 255) = 13.3%

 BLUE value IS 32 (12.89% from 255) = 17.02%

R = 69.68%
G = 13.3%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#831920 (or 0x831920) is known color: Flame Red. HEX triplet: 83, 19 and 20. RGB value is (131,25,32). Sum of RGB (Red+Green+Blue) = 131+25+32=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #831920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831920 is #7CE6DF. Grayscale: #393939. Windows color (decimal): -8185568 or 2103683. OLE color: 2103683.

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

Color convert

RGB 131 25 32 -
CMYK 0 0.81 0.76 0.49
HSL 356.04º 0.68% 0.31% -
HSV(B) 356.04º 0.81% 0.51% -
XYZ 9.97 5.62 1.93 -
YUV 57.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 131 25 32 0 0.81 0.76 0.49 356.04 0.68 0.31
Hex 83 19 20 0 51 4C 31 164 44 1F
Octal 203 31 40 0 121 114 61 544 104 37
Binary 10000011 11001 100000 0 1010001 1001100 110001 101100100 1000100 11111

Color Harmonies of #831920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831920

Black with #831920

Text Example


Text Example

White with #831920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831920; }

 p { color: rgb(131,25,32); }

 H1.HeaderClassName
 {
   color: #831920;
 }
 .AnyTagClassName
 {
   color: #831920;
 }
</style>

background-color css

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

 a { background-color: rgb(131,25,32); }

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

border-color css

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

 span { border-color: rgb(131,25,32); }

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