Html Css Color HEX #732317 Falu Red

📋 copy color: '#732317'

red 115 ◦ green 35 ◦ blue 23

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

Shades of Falu Red #732317

Tints of Falu Red #732317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.23%

 BLUE value IS 23 (9.38% from 255) = 13.29%

R = 66.47%
G = 20.23%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#732317 (or 0x732317) is known color: Falu Red. HEX triplet: 73, 23 and 17. RGB value is (115,35,23). Sum of RGB (Red+Green+Blue) = 115+35+23=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #732317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732317 is #8CDCE8. Grayscale: #393939. Windows color (decimal): -9231593 or 1516403. OLE color: 1516403.

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

Color convert

RGB 115 35 23 -
CMYK 0 0.70 0.80 0.55
HSL 7.83º 0.67% 0.27% -
HSV(B) 7.83º 0.8% 0.45% -
XYZ 7.83 4.91 1.35 -
YUV 57.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 115 35 23 0 0.70 0.80 0.55 7.83 0.67 0.27
Hex 73 23 17 0 46 50 37 8 43 1B
Octal 163 43 27 0 106 120 67 10 103 33
Binary 1110011 100011 10111 0 1000110 1010000 110111 1000 1000011 11011

Color Harmonies of #732317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732317

Black with #732317

Text Example


Text Example

White with #732317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732317; }

 p { color: rgb(115,35,23); }

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

background-color css

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

 a { background-color: rgb(115,35,23); }

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

border-color css

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

 span { border-color: rgb(115,35,23); }

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