Html Css Color HEX #802728 Flame Red

📋 copy color: '#802728'

red 128 ◦ green 39 ◦ blue 40

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

Shades of Flame Red #802728

Tints of Flame Red #802728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.32%

R = 61.84%
G = 18.84%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#802728 (or 0x802728) is known color: Flame Red. HEX triplet: 80, 27 and 28. RGB value is (128,39,40). Sum of RGB (Red+Green+Blue) = 128+39+40=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #802728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802728 is #7FD8D7. Grayscale: #414141. Windows color (decimal): -8378584 or 2631552. OLE color: 2631552.

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

Color convert

RGB 128 39 40 -
CMYK 0 0.70 0.69 0.50
HSL 359.33º 0.53% 0.33% -
HSV(B) 359.33º 0.7% 0.5% -
XYZ 10.01 6.19 2.68 -
YUV 65.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 128 39 40 0 0.70 0.69 0.50 359.33 0.53 0.33
Hex 80 27 28 0 46 45 32 167 35 21
Octal 200 47 50 0 106 105 62 547 65 41
Binary 10000000 100111 101000 0 1000110 1000101 110010 101100111 110101 100001

Color Harmonies of #802728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802728

Black with #802728

Text Example


Text Example

White with #802728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802728; }

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

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

background-color css

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

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

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

border-color css

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

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

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