Html Css Color HEX #892301 Falu Red

📋 copy color: '#892301'

red 137 ◦ green 35 ◦ blue 1

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

Shades of Falu Red #892301

Tints of Falu Red #892301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.23%

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

R = 79.19%
G = 20.23%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#892301 (or 0x892301) is known color: Falu Red. HEX triplet: 89, 23 and 01. RGB value is (137,35,1). Sum of RGB (Red+Green+Blue) = 137+35+1=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #892301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892301 is #76DCFE. Grayscale: #3D3D3D. Windows color (decimal): -7789823 or 74633. OLE color: 74633.

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

Color convert

RGB 137 35 1 -
CMYK 0 0.74 0.99 0.46
HSL 15º 0.99% 0.27% -
HSV(B) 15º 0.99% 0.54% -
XYZ 10.92 6.52 0.71 -
YUV 61.62 93.79 181.76 -
System Red Green Blue C M Y K H S L
Decimal 137 35 1 0 0.74 0.99 0.46 15 0.99 0.27
Hex 89 23 1 0 4A 63 2E F 63 1B
Octal 211 43 1 0 112 143 56 17 143 33
Binary 10001001 100011 1 0 1001010 1100011 101110 1111 1100011 11011

Color Harmonies of #892301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892301

Black with #892301

Text Example


Text Example

White with #892301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892301; }

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

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

background-color css

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

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

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

border-color css

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

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

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