Html Css Color HEX #83272E Flame Red

📋 copy color: '#83272E'

red 131 ◦ green 39 ◦ blue 46

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

Shades of Flame Red #83272E

Tints of Flame Red #83272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.06%

 BLUE value IS 46 (18.36% from 255) = 21.3%

R = 60.65%
G = 18.06%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83272E (or 0x83272E) is known color: Flame Red. HEX triplet: 83, 27 and 2E. RGB value is (131,39,46). Sum of RGB (Red+Green+Blue) = 131+39+46=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #83272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83272E is #7CD8D1. Grayscale: #434343. Windows color (decimal): -8181970 or 3024771. OLE color: 3024771.

HSL color Cylindrical-coordinate representation of color #83272E: hue angle of 355.43º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83272E is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 39 46 -
CMYK 0 0.70 0.65 0.49
HSL 355.43º 0.54% 0.33% -
HSV(B) 355.43º 0.7% 0.51% -
XYZ 10.58 6.47 3.28 -
YUV 67.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 131 39 46 0 0.70 0.65 0.49 355.43 0.54 0.33
Hex 83 27 2E 0 46 41 31 163 36 21
Octal 203 47 56 0 106 101 61 543 66 41
Binary 10000011 100111 101110 0 1000110 1000001 110001 101100011 110110 100001

Color Harmonies of #83272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83272E

Black with #83272E

Text Example


Text Example

White with #83272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83272E; }

 p { color: rgb(131,39,46); }

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

background-color css

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

 a { background-color: rgb(131,39,46); }

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

border-color css

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

 span { border-color: rgb(131,39,46); }

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