Html Css Color HEX #892105 Falu Red

📋 copy color: '#892105'

red 137 ◦ green 33 ◦ blue 5

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

Shades of Falu Red #892105

Tints of Falu Red #892105

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.86%

 BLUE value IS 5 (2.34% from 255) = 2.86%

R = 78.29%
G = 18.86%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#892105 (or 0x892105) is known color: Falu Red. HEX triplet: 89, 21 and 05. RGB value is (137,33,5). Sum of RGB (Red+Green+Blue) = 137+33+5=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #892105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892105 is #76DEFA. Grayscale: #3D3D3D. Windows color (decimal): -7790331 or 336265. OLE color: 336265.

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

Color convert

RGB 137 33 5 -
CMYK 0 0.76 0.96 0.46
HSL 12.73º 0.93% 0.28% -
HSV(B) 12.73º 0.96% 0.54% -
XYZ 10.89 6.42 0.81 -
YUV 60.9 96.46 182.28 -
System Red Green Blue C M Y K H S L
Decimal 137 33 5 0 0.76 0.96 0.46 12.73 0.93 0.28
Hex 89 21 5 0 4C 60 2E D 5D 1C
Octal 211 41 5 0 114 140 56 15 135 34
Binary 10001001 100001 101 0 1001100 1100000 101110 1101 1011101 11100

Color Harmonies of #892105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892105

Black with #892105

Text Example


Text Example

White with #892105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892105; }

 p { color: rgb(137,33,5); }

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

background-color css

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

 a { background-color: rgb(137,33,5); }

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

border-color css

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

 span { border-color: rgb(137,33,5); }

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