Html Css Color HEX #892402 Falu Red

📋 copy color: '#892402'

red 137 ◦ green 36 ◦ blue 2

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

Shades of Falu Red #892402

Tints of Falu Red #892402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 78.29%
G = 20.57%
B = 1.14%

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

#892402 (or 0x892402) is known color: Falu Red. HEX triplet: 89, 24 and 02. RGB value is (137,36,2). Sum of RGB (Red+Green+Blue) = 137+36+2=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #892402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892402 is #76DBFD. Grayscale: #3E3E3E. Windows color (decimal): -7789566 or 140425. OLE color: 140425.

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

Color convert

RGB 137 36 2 -
CMYK 0 0.74 0.99 0.46
HSL 15.11º 0.97% 0.27% -
HSV(B) 15.11º 0.99% 0.54% -
XYZ 10.96 6.58 0.75 -
YUV 62.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 137 36 2 0 0.74 0.99 0.46 15.11 0.97 0.27
Hex 89 24 2 0 4A 63 2E F 61 1B
Octal 211 44 2 0 112 143 56 17 141 33
Binary 10001001 100100 10 0 1001010 1100011 101110 1111 1100001 11011

Color Harmonies of #892402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892402

Black with #892402

Text Example


Text Example

White with #892402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892402; }

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

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

background-color css

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

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

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

border-color css

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

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

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