Html Css Color HEX #732319 Falu Red

📋 copy color: '#732319'

red 115 ◦ green 35 ◦ blue 25

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

Shades of Falu Red #732319

Tints of Falu Red #732319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 65.71%
G = 20%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#732319 (or 0x732319) is known color: Falu Red. HEX triplet: 73, 23 and 19. RGB value is (115,35,25). Sum of RGB (Red+Green+Blue) = 115+35+25=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #732319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732319 is #8CDCE6. Grayscale: #393939. Windows color (decimal): -9231591 or 1647475. OLE color: 1647475.

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

Color convert

RGB 115 35 25 -
CMYK 0 0.70 0.78 0.55
HSL 6.67º 0.64% 0.27% -
HSV(B) 6.67º 0.78% 0.45% -
XYZ 7.85 4.92 1.46 -
YUV 57.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 115 35 25 0 0.70 0.78 0.55 6.67 0.64 0.27
Hex 73 23 19 0 46 4E 37 7 40 1B
Octal 163 43 31 0 106 116 67 7 100 33
Binary 1110011 100011 11001 0 1000110 1001110 110111 111 1000000 11011

Color Harmonies of #732319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732319

Black with #732319

Text Example


Text Example

White with #732319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732319; }

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

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

background-color css

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

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

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

border-color css

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

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

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