Html Css Color HEX #892601 Falu Red

📋 copy color: '#892601'

red 137 ◦ green 38 ◦ blue 1

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

Shades of Falu Red #892601

Tints of Falu Red #892601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.59%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 77.84%
G = 21.59%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#892601 (or 0x892601) is known color: Falu Red. HEX triplet: 89, 26 and 01. RGB value is (137,38,1). Sum of RGB (Red+Green+Blue) = 137+38+1=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #892601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892601 is #76D9FE. Grayscale: #3F3F3F. Windows color (decimal): -7789055 or 75401. OLE color: 75401.

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

Color convert

RGB 137 38 1 -
CMYK 0 0.72 0.99 0.46
HSL 16.32º 0.99% 0.27% -
HSV(B) 16.32º 0.99% 0.54% -
XYZ 11.02 6.71 0.74 -
YUV 63.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 137 38 1 0 0.72 0.99 0.46 16.32 0.99 0.27
Hex 89 26 1 0 48 63 2E 10 63 1B
Octal 211 46 1 0 110 143 56 20 143 33
Binary 10001001 100110 1 0 1001000 1100011 101110 10000 1100011 11011

Color Harmonies of #892601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892601

Black with #892601

Text Example


Text Example

White with #892601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892601; }

 p { color: rgb(137,38,1); }

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

background-color css

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

 a { background-color: rgb(137,38,1); }

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

border-color css

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

 span { border-color: rgb(137,38,1); }

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