Html Css Color HEX #732012 Falu Red

📋 copy color: '#732012'

red 115 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #732012

Tints of Falu Red #732012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.91%

R = 69.7%
G = 19.39%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#732012 (or 0x732012) is known color: Falu Red. HEX triplet: 73, 20 and 12. RGB value is (115,32,18). Sum of RGB (Red+Green+Blue) = 115+32+18=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #732012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732012 is #8CDFED. Grayscale: #373737. Windows color (decimal): -9232366 or 1187955. OLE color: 1187955.

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

Color convert

RGB 115 32 18 -
CMYK 0 0.72 0.84 0.55
HSL 8.66º 0.73% 0.26% -
HSV(B) 8.66º 0.84% 0.45% -
XYZ 7.7 4.72 1.08 -
YUV 55.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 115 32 18 0 0.72 0.84 0.55 8.66 0.73 0.26
Hex 73 20 12 0 48 54 37 9 49 1A
Octal 163 40 22 0 110 124 67 11 111 32
Binary 1110011 100000 10010 0 1001000 1010100 110111 1001 1001001 11010

Color Harmonies of #732012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732012

Black with #732012

Text Example


Text Example

White with #732012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732012; }

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

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

background-color css

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

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

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

border-color css

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

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

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