Html Css Color HEX #731D06 Falu Red

📋 copy color: '#731D06'

red 115 ◦ green 29 ◦ blue 6

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

Shades of Falu Red #731D06

Tints of Falu Red #731D06

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.33%

 BLUE value IS 6 (2.73% from 255) = 4%

R = 76.67%
G = 19.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#731D06 (or 0x731D06) is known color: Falu Red. HEX triplet: 73, 1D and 06. RGB value is (115,29,6). Sum of RGB (Red+Green+Blue) = 115+29+6=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #731D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D06 is #8CE2F9. Grayscale: #343434. Windows color (decimal): -9233146 or 400755. OLE color: 400755.

HSL color Cylindrical-coordinate representation of color #731D06: hue angle of 12.66º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #731D06 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 29 6 -
CMYK 0 0.75 0.95 0.55
HSL 12.66º 0.9% 0.24% -
HSV(B) 12.66º 0.95% 0.45% -
XYZ 7.54 4.54 0.65 -
YUV 52.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 115 29 6 0 0.75 0.95 0.55 12.66 0.9 0.24
Hex 73 1D 6 0 4B 5F 37 D 5A 18
Octal 163 35 6 0 113 137 67 15 132 30
Binary 1110011 11101 110 0 1001011 1011111 110111 1101 1011010 11000

Color Harmonies of #731D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D06

Black with #731D06

Text Example


Text Example

White with #731D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,29,6); }

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

background-color css

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

 a { background-color: rgb(115,29,6); }

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

border-color css

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

 span { border-color: rgb(115,29,6); }

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