#83262E

Color #83262E Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #83262E

Tints of Flame Red #83262E

Color information

#83262E (or 0x83262E) is unknown color: approx Flame Red. HEX triplet: 83, 26 and 2E. RGB value is (131,38,46). Sum of RGB (Red+Green+Blue) = 131+38+46=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #83262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83262E is #7CD9D1. Grayscale: #424242. Windows color (decimal): -8182226 or 3024515. OLE color: 3024515.

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

Color convert

RGB1313846-
CMYK00.710.650.49
HSL354.84º55.03%33.14%-
HSV(B)354.84º70.99%51.37%-
XYZ10.556.413.27-
YUV66.72116.31173.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.93%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=60.93%
G=17.67%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131384600.710.650.49354.8455.0333.14
Hex83262E04741311633721
Octal20346560107101615436741
Binary10000011100110101110010001111000001110001101100011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83262E;
 }
 .AnyTagClassName
 {
   color: #83262E;
 }
</style>
background-color css

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

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

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

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

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

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