Html Css Color HEX #882729 Flame Red

📋 copy color: '#882729'

red 136 ◦ green 39 ◦ blue 41

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

Shades of Flame Red #882729

Tints of Flame Red #882729

RGB

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

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

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

R = 62.96%
G = 18.06%
B = 18.98%

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

#882729 (or 0x882729) is known color: Flame Red. HEX triplet: 88, 27 and 29. RGB value is (136,39,41). Sum of RGB (Red+Green+Blue) = 136+39+41=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #882729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882729 is #77D8D6. Grayscale: #444444. Windows color (decimal): -7854295 or 2697096. OLE color: 2697096.

HSL color Cylindrical-coordinate representation of color #882729: hue angle of 358.76º 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 #882729 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 39 41 -
CMYK 0 0.71 0.70 0.47
HSL 358.76º 0.55% 0.34% -
HSV(B) 358.76º 0.71% 0.53% -
XYZ 11.28 6.85 2.82 -
YUV 68.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 136 39 41 0 0.71 0.70 0.47 358.76 0.55 0.34
Hex 88 27 29 0 47 46 2F 167 37 22
Octal 210 47 51 0 107 106 57 547 67 42
Binary 10001000 100111 101001 0 1000111 1000110 101111 101100111 110111 100010

Color Harmonies of #882729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882729

Black with #882729

Text Example


Text Example

White with #882729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882729; }

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

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

background-color css

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

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

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

border-color css

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

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

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