#892629

Color #892629 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #892629

Tints of Flame Red #892629

Color information

#892629 (or 0x892629) is unknown color: approx Flame Red. HEX triplet: 89, 26 and 29. RGB value is (137,38,41). Sum of RGB (Red+Green+Blue) = 137+38+41=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #892629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892629 is #76D9D6. Grayscale: #444444. Windows color (decimal): -7789015 or 2696841. OLE color: 2696841.

HSL color Cylindrical-coordinate representation of color #892629: hue angle of 358.18º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #892629 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1373841-
CMYK00.720.700.46
HSL358.18º56.57%34.31%-
HSV(B)358.18º72.26%53.73%-
XYZ11.416.862.82-
YUV67.94112.8177.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.43%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=63.43%
G=17.59%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137384100.720.700.46358.1856.5734.31
Hex892629048462E1663922
Octal21146510110106565467142
Binary10001001100110101001010010001000110101110101100110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892629; }

 p { color: rgb(137,38,41); }

 H1.HeaderClassName
 {
   color: #892629;
 }
 .AnyTagClassName
 {
   color: #892629;
 }
</style>
background-color css

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

 a { background-color: rgb(137,38,41); }

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

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

 span { border-color: rgb(137,38,41); }

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