Html Css Color HEX #892508 Falu Red

📋 copy color: '#892508'

red 137 ◦ green 37 ◦ blue 8

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

Shades of Falu Red #892508

Tints of Falu Red #892508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.33%

 BLUE value IS 8 (3.52% from 255) = 4.4%

R = 75.27%
G = 20.33%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#892508 (or 0x892508) is known color: Falu Red. HEX triplet: 89, 25 and 08. RGB value is (137,37,8). Sum of RGB (Red+Green+Blue) = 137+37+8=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #892508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892508 is #76DAF7. Grayscale: #3F3F3F. Windows color (decimal): -7789304 or 533897. OLE color: 533897.

HSL color Cylindrical-coordinate representation of color #892508: hue angle of 13.49º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #892508 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 37 8 -
CMYK 0 0.73 0.94 0.46
HSL 13.49º 0.89% 0.28% -
HSV(B) 13.49º 0.94% 0.54% -
XYZ 11.02 6.66 0.93 -
YUV 63.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 137 37 8 0 0.73 0.94 0.46 13.49 0.89 0.28
Hex 89 25 8 0 49 5E 2E D 59 1C
Octal 211 45 10 0 111 136 56 15 131 34
Binary 10001001 100101 1000 0 1001001 1011110 101110 1101 1011001 11100

Color Harmonies of #892508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892508

Black with #892508

Text Example


Text Example

White with #892508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892508; }

 p { color: rgb(137,37,8); }

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

background-color css

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

 a { background-color: rgb(137,37,8); }

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

border-color css

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

 span { border-color: rgb(137,37,8); }

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