Html Css Color HEX #882728 Flame Red

📋 copy color: '#882728'

red 136 ◦ green 39 ◦ blue 40

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

Shades of Flame Red #882728

Tints of Flame Red #882728

RGB

 RED value IS 136 (53.52% from 255) = 63.26%

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

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

R = 63.26%
G = 18.14%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#882728 (or 0x882728) is known color: Flame Red. HEX triplet: 88, 27 and 28. RGB value is (136,39,40). Sum of RGB (Red+Green+Blue) = 136+39+40=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #882728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882728 is #77D8D7. Grayscale: #444444. Windows color (decimal): -7854296 or 2631560. OLE color: 2631560.

HSL color Cylindrical-coordinate representation of color #882728: hue angle of 359.38º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882728 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 39 40 -
CMYK 0 0.71 0.71 0.47
HSL 359.38º 0.55% 0.34% -
HSV(B) 359.38º 0.71% 0.53% -
XYZ 11.26 6.84 2.73 -
YUV 68.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 136 39 40 0 0.71 0.71 0.47 359.38 0.55 0.34
Hex 88 27 28 0 47 47 2F 167 37 22
Octal 210 47 50 0 107 107 57 547 67 42
Binary 10001000 100111 101000 0 1000111 1000111 101111 101100111 110111 100010

Color Harmonies of #882728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882728

Black with #882728

Text Example


Text Example

White with #882728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882728; }

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

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

background-color css

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

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

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

border-color css

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

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

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