Html Css Color HEX #730F0E Falu Red

📋 copy color: '#730F0E'

red 115 ◦ green 15 ◦ blue 14

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

Shades of Falu Red #730F0E

Tints of Falu Red #730F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.42%

 BLUE value IS 14 (5.86% from 255) = 9.72%

R = 79.86%
G = 10.42%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#730F0E (or 0x730F0E) is known color: Falu Red. HEX triplet: 73, 0F and 0E. RGB value is (115,15,14). Sum of RGB (Red+Green+Blue) = 115+15+14=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #730F0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730F0E is #8CF0F1. Grayscale: #2C2C2C. Windows color (decimal): -9236722 or 921459. OLE color: 921459.

HSL color Cylindrical-coordinate representation of color #730F0E: hue angle of 0.59º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #730F0E is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 15 14 -
CMYK 0 0.87 0.88 0.55
HSL 0.59º 0.78% 0.25% -
HSV(B) 0.59º 0.88% 0.45% -
XYZ 7.32 4.02 0.81 -
YUV 44.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 115 15 14 0 0.87 0.88 0.55 0.59 0.78 0.25
Hex 73 F E 0 57 58 37 1 4E 19
Octal 163 17 16 0 127 130 67 1 116 31
Binary 1110011 1111 1110 0 1010111 1011000 110111 1 1001110 11001

Color Harmonies of #730F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730F0E

Black with #730F0E

Text Example


Text Example

White with #730F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,15,14); }

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

background-color css

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

 a { background-color: rgb(115,15,14); }

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

border-color css

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

 span { border-color: rgb(115,15,14); }

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