Html Css Color HEX #730D0B Falu Red

📋 copy color: '#730D0B'

red 115 ◦ green 13 ◦ blue 11

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

Shades of Falu Red #730D0B

Tints of Falu Red #730D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.35%

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

R = 82.73%
G = 9.35%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#730D0B (or 0x730D0B) is known color: Falu Red. HEX triplet: 73, 0D and 0B. RGB value is (115,13,11). Sum of RGB (Red+Green+Blue) = 115+13+11=139 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.73% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 115 - color contains mainly: red. Hex color #730D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730D0B is #8CF2F4. Grayscale: #2B2B2B. Windows color (decimal): -9237237 or 724339. OLE color: 724339.

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

Color convert

RGB 115 13 11 -
CMYK 0 0.89 0.90 0.55
HSL 1.15º 0.83% 0.25% -
HSV(B) 1.15º 0.9% 0.45% -
XYZ 7.27 3.96 0.7 -
YUV 43.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 115 13 11 0 0.89 0.90 0.55 1.15 0.83 0.25
Hex 73 D B 0 59 5A 37 1 53 19
Octal 163 15 13 0 131 132 67 1 123 31
Binary 1110011 1101 1011 0 1011001 1011010 110111 1 1010011 11001

Color Harmonies of #730D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D0B

Black with #730D0B

Text Example


Text Example

White with #730D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730D0B; }

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

 H1.HeaderClassName
 {
   color: #730D0B;
 }
 .AnyTagClassName
 {
   color: #730D0B;
 }
</style>

background-color css

<style>
 a { background-color: #730D0B; }

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

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

border-color css

<style>
 span { border-color: #730D0B; }

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

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