Html Css Color HEX #730D0C Falu Red

📋 copy color: '#730D0C'

red 115 ◦ green 13 ◦ blue 12

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

Shades of Falu Red #730D0C

Tints of Falu Red #730D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.57%

R = 82.14%
G = 9.29%
B = 8.57%

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

#730D0C (or 0x730D0C) is known color: Falu Red. HEX triplet: 73, 0D and 0C. RGB value is (115,13,12). Sum of RGB (Red+Green+Blue) = 115+13+12=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #730D0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730D0C is #8CF2F3. Grayscale: #2B2B2B. Windows color (decimal): -9237236 or 789875. OLE color: 789875.

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

Color convert

RGB 115 13 12 -
CMYK 0 0.89 0.90 0.55
HSL 0.58º 0.81% 0.25% -
HSV(B) 0.58º 0.9% 0.45% -
XYZ 7.28 3.96 0.73 -
YUV 43.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 115 13 12 0 0.89 0.90 0.55 0.58 0.81 0.25
Hex 73 D C 0 59 5A 37 1 51 19
Octal 163 15 14 0 131 132 67 1 121 31
Binary 1110011 1101 1100 0 1011001 1011010 110111 1 1010001 11001

Color Harmonies of #730D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D0C

Black with #730D0C

Text Example


Text Example

White with #730D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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