Html Css Color HEX #73100B Falu Red

📋 copy color: '#73100B'

red 115 ◦ green 16 ◦ blue 11

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

Shades of Falu Red #73100B

Tints of Falu Red #73100B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.27%

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

R = 80.99%
G = 11.27%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73100B (or 0x73100B) is known color: Falu Red. HEX triplet: 73, 10 and 0B. RGB value is (115,16,11). Sum of RGB (Red+Green+Blue) = 115+16+11=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #73100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73100B is #8CEFF4. Grayscale: #2D2D2D. Windows color (decimal): -9236469 or 725107. OLE color: 725107.

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

Color convert

RGB 115 16 11 -
CMYK 0 0.86 0.90 0.55
HSL 2.88º 0.83% 0.25% -
HSV(B) 2.88º 0.9% 0.45% -
XYZ 7.32 4.04 0.71 -
YUV 45.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 115 16 11 0 0.86 0.90 0.55 2.88 0.83 0.25
Hex 73 10 B 0 56 5A 37 3 53 19
Octal 163 20 13 0 126 132 67 3 123 31
Binary 1110011 10000 1011 0 1010110 1011010 110111 11 1010011 11001

Color Harmonies of #73100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73100B

Black with #73100B

Text Example


Text Example

White with #73100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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