Html Css Color HEX #73150B Falu Red

📋 copy color: '#73150B'

red 115 ◦ green 21 ◦ blue 11

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

Shades of Falu Red #73150B

Tints of Falu Red #73150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.29%

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

R = 78.23%
G = 14.29%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73150B (or 0x73150B) is known color: Falu Red. HEX triplet: 73, 15 and 0B. RGB value is (115,21,11). Sum of RGB (Red+Green+Blue) = 115+21+11=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #73150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73150B is #8CEAF4. Grayscale: #303030. Windows color (decimal): -9235189 or 726387. OLE color: 726387.

HSL color Cylindrical-coordinate representation of color #73150B: hue angle of 5.77º 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 #73150B is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 11 -
CMYK 0 0.82 0.90 0.55
HSL 5.77º 0.83% 0.25% -
HSV(B) 5.77º 0.9% 0.45% -
XYZ 7.4 4.21 0.74 -
YUV 47.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 115 21 11 0 0.82 0.90 0.55 5.77 0.83 0.25
Hex 73 15 B 0 52 5A 37 6 53 19
Octal 163 25 13 0 122 132 67 6 123 31
Binary 1110011 10101 1011 0 1010010 1011010 110111 110 1010011 11001

Color Harmonies of #73150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73150B

Black with #73150B

Text Example


Text Example

White with #73150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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