Html Css Color HEX #892403 Falu Red

📋 copy color: '#892403'

red 137 ◦ green 36 ◦ blue 3

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

Shades of Falu Red #892403

Tints of Falu Red #892403

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.45%

 BLUE value IS 3 (1.56% from 255) = 1.7%

R = 77.84%
G = 20.45%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#892403 (or 0x892403) is known color: Falu Red. HEX triplet: 89, 24 and 03. RGB value is (137,36,3). Sum of RGB (Red+Green+Blue) = 137+36+3=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #892403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892403 is #76DBFC. Grayscale: #3E3E3E. Windows color (decimal): -7789565 or 205961. OLE color: 205961.

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

Color convert

RGB 137 36 3 -
CMYK 0 0.74 0.98 0.46
HSL 14.78º 0.96% 0.27% -
HSV(B) 14.78º 0.98% 0.54% -
XYZ 10.96 6.59 0.78 -
YUV 62.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 137 36 3 0 0.74 0.98 0.46 14.78 0.96 0.27
Hex 89 24 3 0 4A 62 2E F 60 1B
Octal 211 44 3 0 112 142 56 17 140 33
Binary 10001001 100100 11 0 1001010 1100010 101110 1111 1100000 11011

Color Harmonies of #892403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892403

Black with #892403

Text Example


Text Example

White with #892403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892403; }

 p { color: rgb(137,36,3); }

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

background-color css

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

 a { background-color: rgb(137,36,3); }

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

border-color css

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

 span { border-color: rgb(137,36,3); }

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