Html Css Color HEX #73110B Falu Red

📋 copy color: '#73110B'

red 115 ◦ green 17 ◦ blue 11

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

Shades of Falu Red #73110B

Tints of Falu Red #73110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.69%

R = 80.42%
G = 11.89%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73110B (or 0x73110B) is known color: Falu Red. HEX triplet: 73, 11 and 0B. RGB value is (115,17,11). Sum of RGB (Red+Green+Blue) = 115+17+11=143 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.42% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 115 - color contains mainly: red. Hex color #73110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73110B is #8CEEF4. Grayscale: #2D2D2D. Windows color (decimal): -9236213 or 725363. OLE color: 725363.

HSL color Cylindrical-coordinate representation of color #73110B: hue angle of 3.46º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73110B is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 11 -
CMYK 0 0.85 0.90 0.55
HSL 3.46º 0.83% 0.25% -
HSV(B) 3.46º 0.9% 0.45% -
XYZ 7.33 4.07 0.72 -
YUV 45.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 115 17 11 0 0.85 0.90 0.55 3.46 0.83 0.25
Hex 73 11 B 0 55 5A 37 3 53 19
Octal 163 21 13 0 125 132 67 3 123 31
Binary 1110011 10001 1011 0 1010101 1011010 110111 11 1010011 11001

Color Harmonies of #73110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73110B

Black with #73110B

Text Example


Text Example

White with #73110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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