Html Css Color HEX #731B00 Falu Red

📋 copy color: '#731B00'

red 115 ◦ green 27 ◦ blue 0

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

Shades of Falu Red #731B00

Tints of Falu Red #731B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.99%
G = 19.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#731B00 (or 0x731B00) is known color: Falu Red. HEX triplet: 73, 1B and 00. RGB value is (115,27,0). Sum of RGB (Red+Green+Blue) = 115+27+0=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #731B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731B00 is #8CE4FF. Grayscale: #323232. Windows color (decimal): -9233664 or 7027. OLE color: 7027.

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

Color convert

RGB 115 27 0 -
CMYK 0 0.77 1 0.55
HSL 14.09º 1% 0.23% -
HSV(B) 14.09º 1% 0.45% -
XYZ 7.46 4.43 0.46 -
YUV 50.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 115 27 0 0 0.77 1 0.55 14.09 1 0.23
Hex 73 1B 0 0 4D 64 37 E 64 17
Octal 163 33 0 0 115 144 67 16 144 27
Binary 1110011 11011 0 0 1001101 1100100 110111 1110 1100100 10111

Color Harmonies of #731B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731B00

Black with #731B00

Text Example


Text Example

White with #731B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731B00; }

 p { color: rgb(115,27,0); }

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

background-color css

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

 a { background-color: rgb(115,27,0); }

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

border-color css

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

 span { border-color: rgb(115,27,0); }

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