Html Css Color HEX #732413 Falu Red

📋 copy color: '#732413'

red 115 ◦ green 36 ◦ blue 19

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

Shades of Falu Red #732413

Tints of Falu Red #732413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.18%

R = 67.65%
G = 21.18%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#732413 (or 0x732413) is known color: Falu Red. HEX triplet: 73, 24 and 13. RGB value is (115,36,19). Sum of RGB (Red+Green+Blue) = 115+36+19=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #732413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732413 is #8CDBEC. Grayscale: #393939. Windows color (decimal): -9231341 or 1254515. OLE color: 1254515.

HSL color Cylindrical-coordinate representation of color #732413: hue angle of 10.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #732413 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 36 19 -
CMYK 0 0.69 0.83 0.55
HSL 10.63º 0.72% 0.26% -
HSV(B) 10.63º 0.83% 0.45% -
XYZ 7.82 4.95 1.16 -
YUV 57.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 115 36 19 0 0.69 0.83 0.55 10.63 0.72 0.26
Hex 73 24 13 0 45 53 37 B 48 1A
Octal 163 44 23 0 105 123 67 13 110 32
Binary 1110011 100100 10011 0 1000101 1010011 110111 1011 1001000 11010

Color Harmonies of #732413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732413

Black with #732413

Text Example


Text Example

White with #732413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732413; }

 p { color: rgb(115,36,19); }

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

background-color css

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

 a { background-color: rgb(115,36,19); }

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

border-color css

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

 span { border-color: rgb(115,36,19); }

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