Html Css Color HEX #73180B Falu Red

📋 copy color: '#73180B'

red 115 ◦ green 24 ◦ blue 11

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

Shades of Falu Red #73180B

Tints of Falu Red #73180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16%

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

R = 76.67%
G = 16%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73180B (or 0x73180B) is known color: Falu Red. HEX triplet: 73, 18 and 0B. RGB value is (115,24,11). Sum of RGB (Red+Green+Blue) = 115+24+11=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #73180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73180B is #8CE7F4. Grayscale: #313131. Windows color (decimal): -9234421 or 727155. OLE color: 727155.

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

Color convert

RGB 115 24 11 -
CMYK 0 0.79 0.90 0.55
HSL 7.5º 0.83% 0.25% -
HSV(B) 7.5º 0.9% 0.45% -
XYZ 7.46 4.32 0.76 -
YUV 49.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 115 24 11 0 0.79 0.90 0.55 7.5 0.83 0.25
Hex 73 18 B 0 4F 5A 37 8 53 19
Octal 163 30 13 0 117 132 67 10 123 31
Binary 1110011 11000 1011 0 1001111 1011010 110111 1000 1010011 11001

Color Harmonies of #73180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73180B

Black with #73180B

Text Example


Text Example

White with #73180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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