Html Css Color HEX #73130A Falu Red

📋 copy color: '#73130A'

red 115 ◦ green 19 ◦ blue 10

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

Shades of Falu Red #73130A

Tints of Falu Red #73130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.19%

 BLUE value IS 10 (4.3% from 255) = 6.94%

R = 79.86%
G = 13.19%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73130A (or 0x73130A) is known color: Falu Red. HEX triplet: 73, 13 and 0A. RGB value is (115,19,10). Sum of RGB (Red+Green+Blue) = 115+19+10=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #73130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73130A is #8CECF5. Grayscale: #2E2E2E. Windows color (decimal): -9235702 or 660339. OLE color: 660339.

HSL color Cylindrical-coordinate representation of color #73130A: hue angle of 5.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73130A is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 19 10 -
CMYK 0 0.83 0.91 0.55
HSL 5.14º 0.84% 0.25% -
HSV(B) 5.14º 0.91% 0.45% -
XYZ 7.36 4.13 0.7 -
YUV 46.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 115 19 10 0 0.83 0.91 0.55 5.14 0.84 0.25
Hex 73 13 A 0 53 5B 37 5 54 19
Octal 163 23 12 0 123 133 67 5 124 31
Binary 1110011 10011 1010 0 1010011 1011011 110111 101 1010100 11001

Color Harmonies of #73130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73130A

Black with #73130A

Text Example


Text Example

White with #73130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73130A; }

 p { color: rgb(115,19,10); }

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

background-color css

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

 a { background-color: rgb(115,19,10); }

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

border-color css

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

 span { border-color: rgb(115,19,10); }

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