Html Css Color HEX #73110A Falu Red

📋 copy color: '#73110A'

red 115 ◦ green 17 ◦ blue 10

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

Shades of Falu Red #73110A

Tints of Falu Red #73110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

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

R = 80.99%
G = 11.97%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73110A (or 0x73110A) is known color: Falu Red. HEX triplet: 73, 11 and 0A. RGB value is (115,17,10). Sum of RGB (Red+Green+Blue) = 115+17+10=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #73110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73110A is #8CEEF5. Grayscale: #2D2D2D. Windows color (decimal): -9236214 or 659827. OLE color: 659827.

HSL color Cylindrical-coordinate representation of color #73110A: hue angle of 4º 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 #73110A is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 10 -
CMYK 0 0.85 0.91 0.55
HSL 0.84% 0.25% -
HSV(B) 0.91% 0.45% -
XYZ 7.33 4.07 0.69 -
YUV 45.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 115 17 10 0 0.85 0.91 0.55 4 0.84 0.25
Hex 73 11 A 0 55 5B 37 4 54 19
Octal 163 21 12 0 125 133 67 4 124 31
Binary 1110011 10001 1010 0 1010101 1011011 110111 100 1010100 11001

Color Harmonies of #73110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73110A

Black with #73110A

Text Example


Text Example

White with #73110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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