Html Css Color HEX #891807 Falu Red

📋 copy color: '#891807'

red 137 ◦ green 24 ◦ blue 7

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

Shades of Falu Red #891807

Tints of Falu Red #891807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.17%

R = 81.55%
G = 14.29%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#891807 (or 0x891807) is known color: Falu Red. HEX triplet: 89, 18 and 07. RGB value is (137,24,7). Sum of RGB (Red+Green+Blue) = 137+24+7=168 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.55% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 137 - color contains mainly: red. Hex color #891807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891807 is #76E7F8. Grayscale: #383838. Windows color (decimal): -7792633 or 465033. OLE color: 465033.

HSL color Cylindrical-coordinate representation of color #891807: hue angle of 7.85º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #891807 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 24 7 -
CMYK 0 0.82 0.95 0.46
HSL 7.85º 0.9% 0.28% -
HSV(B) 7.85º 0.95% 0.54% -
XYZ 10.68 5.99 0.79 -
YUV 55.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 137 24 7 0 0.82 0.95 0.46 7.85 0.9 0.28
Hex 89 18 7 0 52 5F 2E 8 5A 1C
Octal 211 30 7 0 122 137 56 10 132 34
Binary 10001001 11000 111 0 1010010 1011111 101110 1000 1011010 11100

Color Harmonies of #891807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891807

Black with #891807

Text Example


Text Example

White with #891807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891807; }

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

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

background-color css

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

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

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

border-color css

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

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

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