Html Css Color HEX #891D00 Falu Red

📋 copy color: '#891D00'

red 137 ◦ green 29 ◦ blue 0

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

Shades of Falu Red #891D00

Tints of Falu Red #891D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.53%
G = 17.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#891D00 (or 0x891D00) is known color: Falu Red. HEX triplet: 89, 1D and 00. RGB value is (137,29,0). Sum of RGB (Red+Green+Blue) = 137+29+0=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #891D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891D00 is #76E2FF. Grayscale: #3A3A3A. Windows color (decimal): -7791360 or 7561. OLE color: 7561.

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

Color convert

RGB 137 29 0 -
CMYK 0 0.79 1 0.46
HSL 12.7º 1% 0.27% -
HSV(B) 12.7º 1% 0.54% -
XYZ 10.76 6.2 0.63 -
YUV 57.99 95.28 184.36 -
System Red Green Blue C M Y K H S L
Decimal 137 29 0 0 0.79 1 0.46 12.7 1 0.27
Hex 89 1D 0 0 4F 64 2E D 64 1B
Octal 211 35 0 0 117 144 56 15 144 33
Binary 10001001 11101 0 0 1001111 1100100 101110 1101 1100100 11011

Color Harmonies of #891D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891D00

Black with #891D00

Text Example


Text Example

White with #891D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891D00; }

 p { color: rgb(137,29,0); }

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

background-color css

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

 a { background-color: rgb(137,29,0); }

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

border-color css

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

 span { border-color: rgb(137,29,0); }

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