Html Css Color HEX #83292F Flame Red

📋 copy color: '#83292F'

red 131 ◦ green 41 ◦ blue 47

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

Shades of Flame Red #83292F

Tints of Flame Red #83292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.72%

 BLUE value IS 47 (18.75% from 255) = 21.46%

R = 59.82%
G = 18.72%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83292F (or 0x83292F) is known color: Flame Red. HEX triplet: 83, 29 and 2F. RGB value is (131,41,47). Sum of RGB (Red+Green+Blue) = 131+41+47=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #83292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83292F is #7CD6D0. Grayscale: #444444. Windows color (decimal): -8181457 or 3090819. OLE color: 3090819.

HSL color Cylindrical-coordinate representation of color #83292F: hue angle of 356º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83292F is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 41 47 -
CMYK 0 0.69 0.64 0.49
HSL 356º 0.52% 0.34% -
HSV(B) 356º 0.69% 0.51% -
XYZ 10.67 6.62 3.4 -
YUV 68.59 115.82 172.51 -
System Red Green Blue C M Y K H S L
Decimal 131 41 47 0 0.69 0.64 0.49 356 0.52 0.34
Hex 83 29 2F 0 45 40 31 164 34 22
Octal 203 51 57 0 105 100 61 544 64 42
Binary 10000011 101001 101111 0 1000101 1000000 110001 101100100 110100 100010

Color Harmonies of #83292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83292F

Black with #83292F

Text Example


Text Example

White with #83292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83292F; }

 p { color: rgb(131,41,47); }

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

background-color css

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

 a { background-color: rgb(131,41,47); }

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

border-color css

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

 span { border-color: rgb(131,41,47); }

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