Html Css Color HEX #83272A Flame Red

📋 copy color: '#83272A'

red 131 ◦ green 39 ◦ blue 42

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

Shades of Flame Red #83272A

Tints of Flame Red #83272A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.81%

R = 61.79%
G = 18.4%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83272A (or 0x83272A) is known color: Flame Red. HEX triplet: 83, 27 and 2A. RGB value is (131,39,42). Sum of RGB (Red+Green+Blue) = 131+39+42=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #83272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83272A is #7CD8D5. Grayscale: #424242. Windows color (decimal): -8181974 or 2762627. OLE color: 2762627.

HSL color Cylindrical-coordinate representation of color #83272A: hue angle of 358.04º 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 #83272A is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 39 42 -
CMYK 0 0.70 0.68 0.49
HSL 358.04º 0.54% 0.33% -
HSV(B) 358.04º 0.7% 0.51% -
XYZ 10.5 6.44 2.88 -
YUV 66.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 131 39 42 0 0.70 0.68 0.49 358.04 0.54 0.33
Hex 83 27 2A 0 46 44 31 166 36 21
Octal 203 47 52 0 106 104 61 546 66 41
Binary 10000011 100111 101010 0 1000110 1000100 110001 101100110 110110 100001

Color Harmonies of #83272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83272A

Black with #83272A

Text Example


Text Example

White with #83272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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