Html Css Color HEX #731902 Falu Red

📋 copy color: '#731902'

red 115 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #731902

Tints of Falu Red #731902

RGB

 RED value IS 115 (45.31% from 255) = 80.99%

 GREEN value IS 25 (10.16% from 255) = 17.61%

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

R = 80.99%
G = 17.61%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#731902 (or 0x731902) is known color: Falu Red. HEX triplet: 73, 19 and 02. RGB value is (115,25,2). Sum of RGB (Red+Green+Blue) = 115+25+2=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #731902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731902 is #8CE6FD. Grayscale: #313131. Windows color (decimal): -9234174 or 137587. OLE color: 137587.

HSL color Cylindrical-coordinate representation of color #731902: hue angle of 12.21º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #731902 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 2 -
CMYK 0 0.78 0.98 0.55
HSL 12.21º 0.97% 0.23% -
HSV(B) 12.21º 0.98% 0.45% -
XYZ 7.43 4.34 0.5 -
YUV 49.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 115 25 2 0 0.78 0.98 0.55 12.21 0.97 0.23
Hex 73 19 2 0 4E 62 37 C 61 17
Octal 163 31 2 0 116 142 67 14 141 27
Binary 1110011 11001 10 0 1001110 1100010 110111 1100 1100001 10111

Color Harmonies of #731902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731902

Black with #731902

Text Example


Text Example

White with #731902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731902; }

 p { color: rgb(115,25,2); }

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

background-color css

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

 a { background-color: rgb(115,25,2); }

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

border-color css

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

 span { border-color: rgb(115,25,2); }

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