Html Css Color HEX #882829 Flame Red

📋 copy color: '#882829'

red 136 ◦ green 40 ◦ blue 41

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

Shades of Flame Red #882829

Tints of Flame Red #882829

RGB

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

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

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

R = 62.67%
G = 18.43%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#882829 (or 0x882829) is known color: Flame Red. HEX triplet: 88, 28 and 29. RGB value is (136,40,41). Sum of RGB (Red+Green+Blue) = 136+40+41=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #882829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882829 is #77D7D6. Grayscale: #444444. Windows color (decimal): -7854039 or 2697352. OLE color: 2697352.

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

Color convert

RGB 136 40 41 -
CMYK 0 0.71 0.70 0.47
HSL 359.38º 0.55% 0.35% -
HSV(B) 359.38º 0.71% 0.53% -
XYZ 11.31 6.91 2.84 -
YUV 68.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 136 40 41 0 0.71 0.70 0.47 359.38 0.55 0.35
Hex 88 28 29 0 47 46 2F 167 37 23
Octal 210 50 51 0 107 106 57 547 67 43
Binary 10001000 101000 101001 0 1000111 1000110 101111 101100111 110111 100011

Color Harmonies of #882829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882829

Black with #882829

Text Example


Text Example

White with #882829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882829; }

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

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

background-color css

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

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

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

border-color css

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

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

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