Html Css Color HEX #732316 Falu Red

📋 copy color: '#732316'

red 115 ◦ green 35 ◦ blue 22

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

Shades of Falu Red #732316

Tints of Falu Red #732316

RGB

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

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

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

R = 66.86%
G = 20.35%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#732316 (or 0x732316) is known color: Falu Red. HEX triplet: 73, 23 and 16. RGB value is (115,35,22). Sum of RGB (Red+Green+Blue) = 115+35+22=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #732316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732316 is #8CDCE9. Grayscale: #393939. Windows color (decimal): -9231594 or 1450867. OLE color: 1450867.

HSL color Cylindrical-coordinate representation of color #732316: hue angle of 8.39º 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 #732316 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 35 22 -
CMYK 0 0.70 0.81 0.55
HSL 8.39º 0.68% 0.27% -
HSV(B) 8.39º 0.81% 0.45% -
XYZ 7.82 4.9 1.29 -
YUV 57.44 108 169.06 -
System Red Green Blue C M Y K H S L
Decimal 115 35 22 0 0.70 0.81 0.55 8.39 0.68 0.27
Hex 73 23 16 0 46 51 37 8 44 1B
Octal 163 43 26 0 106 121 67 10 104 33
Binary 1110011 100011 10110 0 1000110 1010001 110111 1000 1000100 11011

Color Harmonies of #732316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732316

Black with #732316

Text Example


Text Example

White with #732316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732316; }

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

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

background-color css

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

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

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

border-color css

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

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

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