Html Css Color HEX #802829 Flame Red

📋 copy color: '#802829'

red 128 ◦ green 40 ◦ blue 41

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

Shades of Flame Red #802829

Tints of Flame Red #802829

RGB

 RED value IS 128 (50.39% from 255) = 61.24%

 GREEN value IS 40 (16.02% from 255) = 19.14%

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 61.24%
G = 19.14%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#802829 (or 0x802829) is known color: Flame Red. HEX triplet: 80, 28 and 29. RGB value is (128,40,41). Sum of RGB (Red+Green+Blue) = 128+40+41=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #802829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802829 is #7FD7D6. Grayscale: #424242. Windows color (decimal): -8378327 or 2697344. OLE color: 2697344.

HSL color Cylindrical-coordinate representation of color #802829: hue angle of 359.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802829 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 41 -
CMYK 0 0.69 0.68 0.50
HSL 359.32º 0.52% 0.33% -
HSV(B) 359.32º 0.69% 0.5% -
XYZ 10.06 6.27 2.78 -
YUV 66.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 128 40 41 0 0.69 0.68 0.50 359.32 0.52 0.33
Hex 80 28 29 0 45 44 32 167 34 21
Octal 200 50 51 0 105 104 62 547 64 41
Binary 10000000 101000 101001 0 1000101 1000100 110010 101100111 110100 100001

Color Harmonies of #802829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802829

Black with #802829

Text Example


Text Example

White with #802829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802829; }

 p { color: rgb(128,40,41); }

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

background-color css

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

 a { background-color: rgb(128,40,41); }

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

border-color css

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

 span { border-color: rgb(128,40,41); }

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