Html Css Color HEX #732113 Falu Red

📋 copy color: '#732113'

red 115 ◦ green 33 ◦ blue 19

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

Shades of Falu Red #732113

Tints of Falu Red #732113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.76%

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

R = 68.86%
G = 19.76%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#732113 (or 0x732113) is known color: Falu Red. HEX triplet: 73, 21 and 13. RGB value is (115,33,19). Sum of RGB (Red+Green+Blue) = 115+33+19=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #732113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732113 is #8CDEEC. Grayscale: #383838. Windows color (decimal): -9232109 or 1253747. OLE color: 1253747.

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

Color convert

RGB 115 33 19 -
CMYK 0 0.71 0.83 0.55
HSL 8.75º 0.72% 0.26% -
HSV(B) 8.75º 0.83% 0.45% -
XYZ 7.73 4.78 1.13 -
YUV 55.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 115 33 19 0 0.71 0.83 0.55 8.75 0.72 0.26
Hex 73 21 13 0 47 53 37 9 48 1A
Octal 163 41 23 0 107 123 67 11 110 32
Binary 1110011 100001 10011 0 1000111 1010011 110111 1001 1001000 11010

Color Harmonies of #732113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732113

Black with #732113

Text Example


Text Example

White with #732113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732113; }

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

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

background-color css

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

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

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

border-color css

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

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

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