#802326

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

Shades of Flame Red #802326

Tints of Flame Red #802326

Color information

#802326 (or 0x802326) is unknown color: approx Flame Red. HEX triplet: 80, 23 and 26. RGB value is (128,35,38). Sum of RGB (Red+Green+Blue) = 128+35+38=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #802326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802326 is #7FDCD9. Grayscale: #3F3F3F. Windows color (decimal): -8379610 or 2499456. OLE color: 2499456.

HSL color Cylindrical-coordinate representation of color #802326: hue angle of 358.06º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802326 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1283538-
CMYK00.730.700.50
HSL358.06º57.06%31.96%-
HSV(B)358.06º72.66%50.2%-
XYZ9.855.932.46-
YUV63.15113.81174.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=63.68%
G=17.41%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128353800.730.700.50358.0657.0631.96
Hex80232604946321663920
Octal20043460111106625467140
Binary10000000100011100110010010011000110110010101100110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802326; }

 p { color: rgb(128,35,38); }

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

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

 a { background-color: rgb(128,35,38); }

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

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

 span { border-color: rgb(128,35,38); }

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