Html Css Color HEX #89230C Falu Red

📋 copy color: '#89230C'

red 137 ◦ green 35 ◦ blue 12

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

Shades of Falu Red #89230C

Tints of Falu Red #89230C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.52%

R = 74.46%
G = 19.02%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89230C (or 0x89230C) is known color: Falu Red. HEX triplet: 89, 23 and 0C. RGB value is (137,35,12). Sum of RGB (Red+Green+Blue) = 137+35+12=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #89230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89230C is #76DCF3. Grayscale: #3F3F3F. Windows color (decimal): -7789812 or 795529. OLE color: 795529.

HSL color Cylindrical-coordinate representation of color #89230C: hue angle of 11.04º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89230C is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 35 12 -
CMYK 0 0.74 0.91 0.46
HSL 11.04º 0.84% 0.29% -
HSV(B) 11.04º 0.91% 0.54% -
XYZ 10.98 6.55 1.03 -
YUV 62.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 137 35 12 0 0.74 0.91 0.46 11.04 0.84 0.29
Hex 89 23 C 0 4A 5B 2E B 54 1D
Octal 211 43 14 0 112 133 56 13 124 35
Binary 10001001 100011 1100 0 1001010 1011011 101110 1011 1010100 11101

Color Harmonies of #89230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89230C

Black with #89230C

Text Example


Text Example

White with #89230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89230C; }

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

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

background-color css

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

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

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

border-color css

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

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

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