Html Css Color HEX #732009 Falu Red

📋 copy color: '#732009'

red 115 ◦ green 32 ◦ blue 9

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

Shades of Falu Red #732009

Tints of Falu Red #732009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.77%

R = 73.72%
G = 20.51%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#732009 (or 0x732009) is known color: Falu Red. HEX triplet: 73, 20 and 09. RGB value is (115,32,9). Sum of RGB (Red+Green+Blue) = 115+32+9=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #732009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732009 is #8CDFF6. Grayscale: #363636. Windows color (decimal): -9232375 or 598131. OLE color: 598131.

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

Color convert

RGB 115 32 9 -
CMYK 0 0.72 0.92 0.55
HSL 13.02º 0.85% 0.24% -
HSV(B) 13.02º 0.92% 0.45% -
XYZ 7.64 4.7 0.76 -
YUV 54.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 115 32 9 0 0.72 0.92 0.55 13.02 0.85 0.24
Hex 73 20 9 0 48 5C 37 D 55 18
Octal 163 40 11 0 110 134 67 15 125 30
Binary 1110011 100000 1001 0 1001000 1011100 110111 1101 1010101 11000

Color Harmonies of #732009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732009

Black with #732009

Text Example


Text Example

White with #732009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732009; }

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

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

background-color css

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

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

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

border-color css

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

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

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