Html Css Color HEX #732416 Falu Red

📋 copy color: '#732416'

red 115 ◦ green 36 ◦ blue 22

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

Shades of Falu Red #732416

Tints of Falu Red #732416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 66.47%
G = 20.81%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#732416 (or 0x732416) is known color: Falu Red. HEX triplet: 73, 24 and 16. RGB value is (115,36,22). Sum of RGB (Red+Green+Blue) = 115+36+22=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #732416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732416 is #8CDBE9. Grayscale: #3A3A3A. Windows color (decimal): -9231338 or 1451123. OLE color: 1451123.

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

Color convert

RGB 115 36 22 -
CMYK 0 0.69 0.81 0.55
HSL 9.03º 0.68% 0.27% -
HSV(B) 9.03º 0.81% 0.45% -
XYZ 7.85 4.96 1.3 -
YUV 58.03 107.67 168.64 -
System Red Green Blue C M Y K H S L
Decimal 115 36 22 0 0.69 0.81 0.55 9.03 0.68 0.27
Hex 73 24 16 0 45 51 37 9 44 1B
Octal 163 44 26 0 105 121 67 11 104 33
Binary 1110011 100100 10110 0 1000101 1010001 110111 1001 1000100 11011

Color Harmonies of #732416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732416

Black with #732416

Text Example


Text Example

White with #732416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732416; }

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

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

background-color css

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

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

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

border-color css

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

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

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