Html Css Color HEX #892207 Falu Red

📋 copy color: '#892207'

red 137 ◦ green 34 ◦ blue 7

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

Shades of Falu Red #892207

Tints of Falu Red #892207

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.1%

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

R = 76.97%
G = 19.1%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#892207 (or 0x892207) is known color: Falu Red. HEX triplet: 89, 22 and 07. RGB value is (137,34,7). Sum of RGB (Red+Green+Blue) = 137+34+7=178 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.97% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 137 - color contains mainly: red. Hex color #892207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892207 is #76DDF8. Grayscale: #3D3D3D. Windows color (decimal): -7790073 or 467593. OLE color: 467593.

HSL color Cylindrical-coordinate representation of color #892207: hue angle of 12.46º 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 #892207 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 34 7 -
CMYK 0 0.75 0.95 0.46
HSL 12.46º 0.9% 0.28% -
HSV(B) 12.46º 0.95% 0.54% -
XYZ 10.93 6.48 0.88 -
YUV 61.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 137 34 7 0 0.75 0.95 0.46 12.46 0.9 0.28
Hex 89 22 7 0 4B 5F 2E C 5A 1C
Octal 211 42 7 0 113 137 56 14 132 34
Binary 10001001 100010 111 0 1001011 1011111 101110 1100 1011010 11100

Color Harmonies of #892207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892207

Black with #892207

Text Example


Text Example

White with #892207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892207; }

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

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

background-color css

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

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

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

border-color css

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

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

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