Html Css Color HEX #892603 Falu Red

📋 copy color: '#892603'

red 137 ◦ green 38 ◦ blue 3

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

Shades of Falu Red #892603

Tints of Falu Red #892603

RGB

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

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

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

R = 76.97%
G = 21.35%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#892603 (or 0x892603) is known color: Falu Red. HEX triplet: 89, 26 and 03. RGB value is (137,38,3). Sum of RGB (Red+Green+Blue) = 137+38+3=178 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.97% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 137 - color contains mainly: red. Hex color #892603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892603 is #76D9FC. Grayscale: #3F3F3F. Windows color (decimal): -7789053 or 206473. OLE color: 206473.

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

Color convert

RGB 137 38 3 -
CMYK 0 0.72 0.98 0.46
HSL 15.67º 0.96% 0.27% -
HSV(B) 15.67º 0.98% 0.54% -
XYZ 11.03 6.71 0.8 -
YUV 63.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 137 38 3 0 0.72 0.98 0.46 15.67 0.96 0.27
Hex 89 26 3 0 48 62 2E 10 60 1B
Octal 211 46 3 0 110 142 56 20 140 33
Binary 10001001 100110 11 0 1001000 1100010 101110 10000 1100000 11011

Color Harmonies of #892603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892603

Black with #892603

Text Example


Text Example

White with #892603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892603; }

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

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

background-color css

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

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

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

border-color css

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

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

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