Html Css Color HEX #73100F Falu Red

📋 copy color: '#73100F'

red 115 ◦ green 16 ◦ blue 15

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

Shades of Falu Red #73100F

Tints of Falu Red #73100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.96%

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

R = 78.77%
G = 10.96%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73100F (or 0x73100F) is known color: Falu Red. HEX triplet: 73, 10 and 0F. RGB value is (115,16,15). Sum of RGB (Red+Green+Blue) = 115+16+15=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #73100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73100F is #8CEFF0. Grayscale: #2D2D2D. Windows color (decimal): -9236465 or 987251. OLE color: 987251.

HSL color Cylindrical-coordinate representation of color #73100F: hue angle of 0.6º 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 #73100F is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 16 15 -
CMYK 0 0.86 0.87 0.55
HSL 0.6º 0.77% 0.25% -
HSV(B) 0.6º 0.87% 0.45% -
XYZ 7.34 4.05 0.85 -
YUV 45.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 115 16 15 0 0.86 0.87 0.55 0.6 0.77 0.25
Hex 73 10 F 0 56 57 37 1 4D 19
Octal 163 20 17 0 126 127 67 1 115 31
Binary 1110011 10000 1111 0 1010110 1010111 110111 1 1001101 11001

Color Harmonies of #73100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73100F

Black with #73100F

Text Example


Text Example

White with #73100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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