Html Css Color HEX #891F02 Falu Red

📋 copy color: '#891F02'

red 137 ◦ green 31 ◦ blue 2

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

Shades of Falu Red #891F02

Tints of Falu Red #891F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.24%

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

R = 80.59%
G = 18.24%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#891F02 (or 0x891F02) is known color: Falu Red. HEX triplet: 89, 1F and 02. RGB value is (137,31,2). Sum of RGB (Red+Green+Blue) = 137+31+2=170 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.59% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 137 - color contains mainly: red. Hex color #891F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891F02 is #76E0FD. Grayscale: #3B3B3B. Windows color (decimal): -7790846 or 139145. OLE color: 139145.

HSL color Cylindrical-coordinate representation of color #891F02: hue angle of 12.89º 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 #891F02 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 31 2 -
CMYK 0 0.77 0.99 0.46
HSL 12.89º 0.97% 0.27% -
HSV(B) 12.89º 0.99% 0.54% -
XYZ 10.82 6.3 0.7 -
YUV 59.39 95.62 183.36 -
System Red Green Blue C M Y K H S L
Decimal 137 31 2 0 0.77 0.99 0.46 12.89 0.97 0.27
Hex 89 1F 2 0 4D 63 2E D 61 1B
Octal 211 37 2 0 115 143 56 15 141 33
Binary 10001001 11111 10 0 1001101 1100011 101110 1101 1100001 11011

Color Harmonies of #891F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891F02

Black with #891F02

Text Example


Text Example

White with #891F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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