Html Css Color HEX #83191B Flame Red

📋 copy color: '#83191B'

red 131 ◦ green 25 ◦ blue 27

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

Shades of Flame Red #83191B

Tints of Flame Red #83191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.75%

R = 71.58%
G = 13.66%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#83191B (or 0x83191B) is known color: Flame Red. HEX triplet: 83, 19 and 1B. RGB value is (131,25,27). Sum of RGB (Red+Green+Blue) = 131+25+27=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #83191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83191B is #7CE6E4. Grayscale: #393939. Windows color (decimal): -8185573 or 1776003. OLE color: 1776003.

HSL color Cylindrical-coordinate representation of color #83191B: hue angle of 358.87º 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 #83191B is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 27 -
CMYK 0 0.81 0.79 0.49
HSL 358.87º 0.68% 0.31% -
HSV(B) 358.87º 0.81% 0.51% -
XYZ 9.91 5.6 1.6 -
YUV 56.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 131 25 27 0 0.81 0.79 0.49 358.87 0.68 0.31
Hex 83 19 1B 0 51 4F 31 167 44 1F
Octal 203 31 33 0 121 117 61 547 104 37
Binary 10000011 11001 11011 0 1010001 1001111 110001 101100111 1000100 11111

Color Harmonies of #83191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83191B

Black with #83191B

Text Example


Text Example

White with #83191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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