Html Css Color HEX #73201D Falu Red

📋 copy color: '#73201D'

red 115 ◦ green 32 ◦ blue 29

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

Shades of Falu Red #73201D

Tints of Falu Red #73201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.18%

 BLUE value IS 29 (11.72% from 255) = 16.48%

R = 65.34%
G = 18.18%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#73201D (or 0x73201D) is known color: Falu Red. HEX triplet: 73, 20 and 1D. RGB value is (115,32,29). Sum of RGB (Red+Green+Blue) = 115+32+29=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73201D is #8CDFE2. Grayscale: #383838. Windows color (decimal): -9232355 or 1908851. OLE color: 1908851.

HSL color Cylindrical-coordinate representation of color #73201D: hue angle of 2.09º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73201D is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 29 -
CMYK 0 0.72 0.75 0.55
HSL 2.09º 0.6% 0.28% -
HSV(B) 2.09º 0.75% 0.45% -
XYZ 7.81 4.77 1.67 -
YUV 56.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 115 32 29 0 0.72 0.75 0.55 2.09 0.6 0.28
Hex 73 20 1D 0 48 4B 37 2 3C 1C
Octal 163 40 35 0 110 113 67 2 74 34
Binary 1110011 100000 11101 0 1001000 1001011 110111 10 111100 11100

Color Harmonies of #73201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73201D

Black with #73201D

Text Example


Text Example

White with #73201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73201D; }

 p { color: rgb(115,32,29); }

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

background-color css

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

 a { background-color: rgb(115,32,29); }

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

border-color css

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

 span { border-color: rgb(115,32,29); }

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