Html Css Color HEX #73200F Falu Red

📋 copy color: '#73200F'

red 115 ◦ green 32 ◦ blue 15

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

Shades of Falu Red #73200F

Tints of Falu Red #73200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.26%

R = 70.99%
G = 19.75%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73200F (or 0x73200F) is known color: Falu Red. HEX triplet: 73, 20 and 0F. RGB value is (115,32,15). Sum of RGB (Red+Green+Blue) = 115+32+15=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73200F is #8CDFF0. Grayscale: #373737. Windows color (decimal): -9232369 or 991347. OLE color: 991347.

HSL color Cylindrical-coordinate representation of color #73200F: hue angle of 10.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73200F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 15 -
CMYK 0 0.72 0.87 0.55
HSL 10.2º 0.77% 0.25% -
HSV(B) 10.2º 0.87% 0.45% -
XYZ 7.67 4.71 0.96 -
YUV 54.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 115 32 15 0 0.72 0.87 0.55 10.2 0.77 0.25
Hex 73 20 F 0 48 57 37 A 4D 19
Octal 163 40 17 0 110 127 67 12 115 31
Binary 1110011 100000 1111 0 1001000 1010111 110111 1010 1001101 11001

Color Harmonies of #73200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73200F

Black with #73200F

Text Example


Text Example

White with #73200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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