Html Css Color HEX #73201C Falu Red

📋 copy color: '#73201C'

red 115 ◦ green 32 ◦ blue 28

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

Shades of Falu Red #73201C

Tints of Falu Red #73201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16%

R = 65.71%
G = 18.29%
B = 16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#73201C (or 0x73201C) is known color: Falu Red. HEX triplet: 73, 20 and 1C. RGB value is (115,32,28). Sum of RGB (Red+Green+Blue) = 115+32+28=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #73201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73201C is #8CDFE3. Grayscale: #383838. Windows color (decimal): -9232356 or 1843315. OLE color: 1843315.

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

Color convert

RGB 115 32 28 -
CMYK 0 0.72 0.76 0.55
HSL 2.76º 0.61% 0.28% -
HSV(B) 2.76º 0.76% 0.45% -
XYZ 7.8 4.76 1.61 -
YUV 56.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 115 32 28 0 0.72 0.76 0.55 2.76 0.61 0.28
Hex 73 20 1C 0 48 4C 37 3 3D 1C
Octal 163 40 34 0 110 114 67 3 75 34
Binary 1110011 100000 11100 0 1001000 1001100 110111 11 111101 11100

Color Harmonies of #73201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73201C

Black with #73201C

Text Example


Text Example

White with #73201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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