Html Css Color HEX #89272D Flame Red

📋 copy color: '#89272D'

red 137 ◦ green 39 ◦ blue 45

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

Shades of Flame Red #89272D

Tints of Flame Red #89272D

RGB

 RED value IS 137 (53.91% from 255) = 61.99%

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

 BLUE value IS 45 (17.97% from 255) = 20.36%

R = 61.99%
G = 17.65%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#89272D (or 0x89272D) is known color: Flame Red. HEX triplet: 89, 27 and 2D. RGB value is (137,39,45). Sum of RGB (Red+Green+Blue) = 137+39+45=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #89272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89272D is #76D8D2. Grayscale: #454545. Windows color (decimal): -7788755 or 2959241. OLE color: 2959241.

HSL color Cylindrical-coordinate representation of color #89272D: hue angle of 356.33º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89272D is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 39 45 -
CMYK 0 0.72 0.67 0.46
HSL 356.33º 0.56% 0.35% -
HSV(B) 356.33º 0.72% 0.54% -
XYZ 11.52 6.96 3.22 -
YUV 68.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 137 39 45 0 0.72 0.67 0.46 356.33 0.56 0.35
Hex 89 27 2D 0 48 43 2E 164 38 23
Octal 211 47 55 0 110 103 56 544 70 43
Binary 10001001 100111 101101 0 1001000 1000011 101110 101100100 111000 100011

Color Harmonies of #89272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89272D

Black with #89272D

Text Example


Text Example

White with #89272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89272D; }

 p { color: rgb(137,39,45); }

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

background-color css

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

 a { background-color: rgb(137,39,45); }

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

border-color css

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

 span { border-color: rgb(137,39,45); }

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