Html Css Color HEX #891C0D Falu Red

📋 copy color: '#891C0D'

red 137 ◦ green 28 ◦ blue 13

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

Shades of Falu Red #891C0D

Tints of Falu Red #891C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

 BLUE value IS 13 (5.47% from 255) = 7.3%

R = 76.97%
G = 15.73%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#891C0D (or 0x891C0D) is known color: Falu Red. HEX triplet: 89, 1C and 0D. RGB value is (137,28,13). Sum of RGB (Red+Green+Blue) = 137+28+13=178 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.97% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 137 - color contains mainly: red. Hex color #891C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891C0D is #76E3F2. Grayscale: #3B3B3B. Windows color (decimal): -7791603 or 859273. OLE color: 859273.

HSL color Cylindrical-coordinate representation of color #891C0D: hue angle of 7.26º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #891C0D is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 28 13 -
CMYK 0 0.80 0.91 0.46
HSL 7.26º 0.83% 0.29% -
HSV(B) 7.26º 0.91% 0.54% -
XYZ 10.8 6.18 1 -
YUV 58.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 137 28 13 0 0.80 0.91 0.46 7.26 0.83 0.29
Hex 89 1C D 0 50 5B 2E 7 53 1D
Octal 211 34 15 0 120 133 56 7 123 35
Binary 10001001 11100 1101 0 1010000 1011011 101110 111 1010011 11101

Color Harmonies of #891C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891C0D

Black with #891C0D

Text Example


Text Example

White with #891C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,28,13); }

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

background-color css

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

 a { background-color: rgb(137,28,13); }

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

border-color css

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

 span { border-color: rgb(137,28,13); }

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