Html Css Color HEX #732013 Falu Red

📋 copy color: '#732013'

red 115 ◦ green 32 ◦ blue 19

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

Shades of Falu Red #732013

Tints of Falu Red #732013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.28%

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

R = 69.28%
G = 19.28%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#732013 (or 0x732013) is known color: Falu Red. HEX triplet: 73, 20 and 13. RGB value is (115,32,19). Sum of RGB (Red+Green+Blue) = 115+32+19=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #732013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732013 is #8CDFEC. Grayscale: #373737. Windows color (decimal): -9232365 or 1253491. OLE color: 1253491.

HSL color Cylindrical-coordinate representation of color #732013: hue angle of 8.12º 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 #732013 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 19 -
CMYK 0 0.72 0.83 0.55
HSL 8.13º 0.72% 0.26% -
HSV(B) 8.13º 0.83% 0.45% -
XYZ 7.7 4.72 1.12 -
YUV 55.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 115 32 19 0 0.72 0.83 0.55 8.13 0.72 0.26
Hex 73 20 13 0 48 53 37 8 48 1A
Octal 163 40 23 0 110 123 67 10 110 32
Binary 1110011 100000 10011 0 1001000 1010011 110111 1000 1001000 11010

Color Harmonies of #732013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732013

Black with #732013

Text Example


Text Example

White with #732013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732013; }

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

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

background-color css

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

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

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

border-color css

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

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

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