Html Css Color HEX #891802 Falu Red

📋 copy color: '#891802'

red 137 ◦ green 24 ◦ blue 2

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

Shades of Falu Red #891802

Tints of Falu Red #891802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.72%

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 84.05%
G = 14.72%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#891802 (or 0x891802) is known color: Falu Red. HEX triplet: 89, 18 and 02. RGB value is (137,24,2). Sum of RGB (Red+Green+Blue) = 137+24+2=163 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.05% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 137 - color contains mainly: red. Hex color #891802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891802 is #76E7FD. Grayscale: #373737. Windows color (decimal): -7792638 or 137353. OLE color: 137353.

HSL color Cylindrical-coordinate representation of color #891802: hue angle of 9.78º degrees, saturation: 0.97, 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 #891802 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 24 2 -
CMYK 0 0.82 0.99 0.46
HSL 9.78º 0.97% 0.27% -
HSV(B) 9.78º 0.99% 0.54% -
XYZ 10.65 5.98 0.65 -
YUV 55.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 137 24 2 0 0.82 0.99 0.46 9.78 0.97 0.27
Hex 89 18 2 0 52 63 2E A 61 1B
Octal 211 30 2 0 122 143 56 12 141 33
Binary 10001001 11000 10 0 1010010 1100011 101110 1010 1100001 11011

Color Harmonies of #891802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891802

Black with #891802

Text Example


Text Example

White with #891802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891802; }

 p { color: rgb(137,24,2); }

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

background-color css

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

 a { background-color: rgb(137,24,2); }

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

border-color css

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

 span { border-color: rgb(137,24,2); }

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