Html Css Color HEX #731D01 Falu Red

📋 copy color: '#731D01'

red 115 ◦ green 29 ◦ blue 1

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

Shades of Falu Red #731D01

Tints of Falu Red #731D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.69%

R = 79.31%
G = 20%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#731D01 (or 0x731D01) is known color: Falu Red. HEX triplet: 73, 1D and 01. RGB value is (115,29,1). Sum of RGB (Red+Green+Blue) = 115+29+1=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #731D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D01 is #8CE2FE. Grayscale: #333333. Windows color (decimal): -9233151 or 73075. OLE color: 73075.

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

Color convert

RGB 115 29 1 -
CMYK 0 0.75 0.99 0.55
HSL 14.74º 0.98% 0.23% -
HSV(B) 14.74º 0.99% 0.45% -
XYZ 7.52 4.53 0.51 -
YUV 51.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 115 29 1 0 0.75 0.99 0.55 14.74 0.98 0.23
Hex 73 1D 1 0 4B 63 37 F 62 17
Octal 163 35 1 0 113 143 67 17 142 27
Binary 1110011 11101 1 0 1001011 1100011 110111 1111 1100010 10111

Color Harmonies of #731D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D01

Black with #731D01

Text Example


Text Example

White with #731D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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