Html Css Color HEX #732415 Falu Red

📋 copy color: '#732415'

red 115 ◦ green 36 ◦ blue 21

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

Shades of Falu Red #732415

Tints of Falu Red #732415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.21%

R = 66.86%
G = 20.93%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#732415 (or 0x732415) is known color: Falu Red. HEX triplet: 73, 24 and 15. RGB value is (115,36,21). Sum of RGB (Red+Green+Blue) = 115+36+21=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #732415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732415 is #8CDBEA. Grayscale: #3A3A3A. Windows color (decimal): -9231339 or 1385587. OLE color: 1385587.

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

Color convert

RGB 115 36 21 -
CMYK 0 0.69 0.82 0.55
HSL 9.57º 0.69% 0.27% -
HSV(B) 9.57º 0.82% 0.45% -
XYZ 7.84 4.96 1.25 -
YUV 57.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 115 36 21 0 0.69 0.82 0.55 9.57 0.69 0.27
Hex 73 24 15 0 45 52 37 A 45 1B
Octal 163 44 25 0 105 122 67 12 105 33
Binary 1110011 100100 10101 0 1000101 1010010 110111 1010 1000101 11011

Color Harmonies of #732415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732415

Black with #732415

Text Example


Text Example

White with #732415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732415; }

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

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

background-color css

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

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

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

border-color css

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

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

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