Html Css Color HEX #892501 Falu Red

📋 copy color: '#892501'

red 137 ◦ green 37 ◦ blue 1

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

Shades of Falu Red #892501

Tints of Falu Red #892501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.14%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 78.29%
G = 21.14%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#892501 (or 0x892501) is known color: Falu Red. HEX triplet: 89, 25 and 01. RGB value is (137,37,1). Sum of RGB (Red+Green+Blue) = 137+37+1=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #892501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892501 is #76DAFE. Grayscale: #3F3F3F. Windows color (decimal): -7789311 or 75145. OLE color: 75145.

HSL color Cylindrical-coordinate representation of color #892501: hue angle of 15.88º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #892501 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 37 1 -
CMYK 0 0.73 0.99 0.46
HSL 15.88º 0.99% 0.27% -
HSV(B) 15.88º 0.99% 0.54% -
XYZ 10.98 6.64 0.73 -
YUV 62.8 93.13 180.93 -
System Red Green Blue C M Y K H S L
Decimal 137 37 1 0 0.73 0.99 0.46 15.88 0.99 0.27
Hex 89 25 1 0 49 63 2E 10 63 1B
Octal 211 45 1 0 111 143 56 20 143 33
Binary 10001001 100101 1 0 1001001 1100011 101110 10000 1100011 11011

Color Harmonies of #892501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892501

Black with #892501

Text Example


Text Example

White with #892501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892501; }

 p { color: rgb(137,37,1); }

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

background-color css

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

 a { background-color: rgb(137,37,1); }

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

border-color css

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

 span { border-color: rgb(137,37,1); }

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